Hides the top panel bar. But keeps it in overview, with hot corners always available
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-M-008 warning
extensions using unlock-dialog must document it in disable() comments
Extensions using `unlock-dialog` should document the reason in `disable()` comments.
extension.js:94
disable() {
const panelBox = Main.layoutManager.panelBox;
panelBox.translation_y = 0;
if (panelBox.get_parent() === Main.layoutManager.overviewGroup)
Main.layoutManager.overviewGroup.remove_child(panelBox);
else if (panelBox.get_parent() === Main.lay
| Version | Status |
|---|---|
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |