Issue #111: Fix visibility of AppMenuButton, when session is locked.

This commit is contained in:
spin83
2020-04-29 23:19:33 +02:00
parent 297996569e
commit 9aefa0cfb6

View File

@@ -287,6 +287,7 @@ var MultiMonitorsLayoutManager = class MultiMonitorsLayoutManager {
if (this.mmappMenu) {
this._changeMainPanelAppMenuButton(Panel.AppMenuButton);
this.mmappMenu = false;
Main.panel._updatePanel()
}
}
};