mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
macos: Use non-native Qt menubar as a temp workaround for #933
This commit is contained in:
parent
31908f732f
commit
6ddb63582f
@ -389,6 +389,11 @@ GMainWindow::GMainWindow(Core::System& system_)
|
||||
LOG_INFO(Frontend, "Host Swap: {:.2f} GiB", mem_info.total_swap_memory / f64{1_GiB});
|
||||
UpdateWindowTitle();
|
||||
|
||||
#ifdef __APPLE__
|
||||
// Workaround for https://github.com/azahar-emu/azahar/issues/933
|
||||
ui->menubar->setNativeMenuBar(false);
|
||||
#endif
|
||||
|
||||
show();
|
||||
|
||||
#ifdef ENABLE_QT_UPDATE_CHECKER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user