ui: Add toggle to hide notifications

This commit is contained in:
Matt Borgerson
2023-07-27 19:23:08 -07:00
committed by mborgerson
parent 15bf68594f
commit 5055cc6401
3 changed files with 9 additions and 0 deletions

View File

@ -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) {