mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 13:45:48 +00:00
ui: Add toggle to hide notifications
This commit is contained in:
committed by
mborgerson
parent
15bf68594f
commit
5055cc6401
@ -314,6 +314,8 @@ void MainMenuDisplayView::Draw()
|
||||
SectionTitle("Interface");
|
||||
Toggle("Show main menu bar", &g_config.display.ui.show_menubar,
|
||||
"Show main menu bar when mouse is activated");
|
||||
Toggle("Show notifications", &g_config.display.ui.show_notifications,
|
||||
"Display notifications in upper-right corner");
|
||||
|
||||
int ui_scale_idx;
|
||||
if (g_config.display.ui.auto_scale) {
|
||||
|
||||
Reference in New Issue
Block a user