mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Tray menu: Populate at start
This commit is contained in:
parent
e8e27b61f6
commit
a537a98f03
@ -269,6 +269,9 @@ void ownCloudGui::setupContextMenu()
|
||||
_contextMenu->addSeparator();
|
||||
|
||||
_contextMenu->addAction(_actionQuit);
|
||||
|
||||
// Populate once at start
|
||||
slotRebuildRecentMenus();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user