mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-07 19:23:39 -04:00
macos: Use non-native Qt menubar as a temp workaround for #933
This commit is contained in:
parent
31908f732f
commit
6ddb63582f
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue