mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:26:01 +00:00
UI: Fix tray menu's updating.
This commit is contained in:
parent
8f2a8930df
commit
ce1a02788b
@ -337,6 +337,7 @@ void FortManager::updateTrayMenu()
|
||||
true, conf.appAllowAll());
|
||||
|
||||
menu->addSeparator();
|
||||
m_appGroupActions.clear();
|
||||
foreach (const AppGroup *appGroup, conf.appGroupsList()) {
|
||||
QAction *a = addAction(
|
||||
menu, QIcon(":/images/application_double.png"),
|
||||
|
Loading…
Reference in New Issue
Block a user