From 3123a6d1eb81f286e64185b9b5ce3267e8a42f8f Mon Sep 17 00:00:00 2001 From: keshavbhatt Date: Mon, 3 May 2021 16:53:50 +0530 Subject: added blank lines LOL --- src/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 50bb0b0..ac90ffe 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -148,6 +148,7 @@ void MainWindow::init_settingWidget() connect(settingsWidget,SIGNAL(init_lock()),this,SLOT(init_lock())); connect(settingsWidget,SIGNAL(updateWindowTheme()),this,SLOT(updateWindowTheme())); connect(settingsWidget,SIGNAL(updatePageTheme()),this,SLOT(updatePageTheme())); + connect(settingsWidget,&SettingsWidget::muteToggled,[=](const bool checked) { this->toggleMute(checked); @@ -415,6 +416,7 @@ void MainWindow::createTrayIcon() connect(trayIcon, &QSystemTrayIcon::activated, this, &MainWindow::iconActivated); + //enable show shortcuts in menu if(qApp->styleHints()->showShortcutsInContextMenus()) { -- cgit v1.2.3