mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-02 00:27:59 +00:00
Fix problem with disabled tray icon (#495)
This commit is contained in:
@@ -163,7 +163,7 @@ void GeneneralConf::initShowTrayIcon() {
|
||||
m_showTray->setToolTip(tr("Show the systemtray icon"));
|
||||
m_layout->addWidget(m_showTray);
|
||||
|
||||
connect(m_showTray, &QCheckBox::clicked, this,
|
||||
connect(m_showTray, &QCheckBox::stateChanged, this,
|
||||
&GeneneralConf::showTrayIconChanged);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user