mirror of
https://github.com/BreizhHardware/multi-monitors-add-on.git
synced 2026-01-18 16:47:26 +01:00
Removed PanelCorners (GNOME 42)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"shell-version": ["40", "41"],
|
||||
"shell-version": ["40", "41", "42"],
|
||||
"uuid": "multi-monitors-add-on@spin83",
|
||||
"name": "Multi Monitors Add-On",
|
||||
"settings-schema": "org.gnome.shell.extensions.multi-monitors-add-on",
|
||||
|
||||
@@ -376,12 +376,6 @@ var MultiMonitorsPanel = (() => {
|
||||
this._rightBox = new St.BoxLayout({ name: 'panelRight' });
|
||||
this.add_child(this._rightBox);
|
||||
|
||||
this._leftCorner = new Panel.PanelCorner(St.Side.LEFT);
|
||||
this.add_child(this._leftCorner);
|
||||
|
||||
this._rightCorner = new Panel.PanelCorner(St.Side.RIGHT);
|
||||
this.add_child(this._rightCorner);
|
||||
|
||||
this._showingId = Main.overview.connect('showing', () => {
|
||||
this.add_style_pseudo_class('overview');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user