aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLibravatar keshavbhatt <keshavnrj@gmail.com>2021-05-03 16:53:50 +0530
committerLibravatar keshavbhatt <keshavnrj@gmail.com>2021-05-03 16:53:50 +0530
commit3123a6d1eb81f286e64185b9b5ce3267e8a42f8f (patch)
tree77f71cdc06eeefd0c218b41dbb090f15a51e80f0 /src/mainwindow.cpp
parentcababcb20d6177285bb4e3fbf631bd81e878622e (diff)
downloadwhatsie-3123a6d1eb81f286e64185b9b5ce3267e8a42f8f.tar.gz
whatsie-3123a6d1eb81f286e64185b9b5ce3267e8a42f8f.zip
added blank lines LOL
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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())
{