Skip to content

Commit

Permalink
When there’s no windows, restores the label
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaarcr committed May 1, 2021
1 parent 00e3375 commit ea537e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fildemGMenu@gonza.com/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ const MenuBar = class MenuBar {
}
}
this._proxy.WindowSwitched(windowData);
} else {
this._hideMenu();
this._restoreLabel();
}
}

Expand Down Expand Up @@ -690,4 +693,4 @@ function enable() {
function disable() {
extension.destroy();
extension = null;
}
}

0 comments on commit ea537e4

Please sign in to comment.