We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b62c22 commit d9212bcCopy full SHA for d9212bc
code/control_box/controlbox.cpp
@@ -851,7 +851,7 @@ void ControlBox::createSystemTrayIcon(bool b_startminimized)
851
trayicon = new QSystemTrayIcon(this);
852
trayicon->setContextMenu(trayIconMenu);
853
ui.checkBox_hideIcon->setEnabled(true);
854
- this->assembleTrayIcon();
+ this->updateDisplayWidgets();
855
trayicon->setVisible(true);
856
857
// start minimized, no reason to do anything as we're minimized until
0 commit comments