mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-07-07 17:40:03 +00:00
always show the top bar when navigating the workspace stack
This commit is contained in:
@@ -1392,6 +1392,9 @@ class Spaces extends Map {
|
||||
_initWorkspaceStack() {
|
||||
if (inPreview)
|
||||
return;
|
||||
// Always show the topbar when using the workspace stack
|
||||
inPreview = true;
|
||||
TopBar.show();
|
||||
const scale = 0.9;
|
||||
let space = this.spaceOf(workspaceManager.get_active_workspace());
|
||||
let mru = [...this.stack];
|
||||
@@ -1402,7 +1405,6 @@ class Spaces extends Map {
|
||||
Main.panel.statusArea.appMenu.container.hide();
|
||||
let monitor = space.monitor;
|
||||
this.selectedSpace = space;
|
||||
inPreview = true;
|
||||
|
||||
let cloneParent = space.clip.get_parent();
|
||||
mru.forEach((space, i) => {
|
||||
|
||||
Reference in New Issue
Block a user