Updated for GNOME 42

This commit is contained in:
Tony Houghton
2021-10-10 23:02:02 +01:00
parent 55d26efc6b
commit dbcf13a079
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"shell-version": ["40"],
"shell-version": ["42"],
"uuid": "multi-monitors-add-on@spin83",
"name": "Multi Monitors Add-On",
"settings-schema": "org.gnome.shell.extensions.multi-monitors-add-on",

View File

@@ -365,7 +365,7 @@ class MultiMonitorsControlsManager extends St.Widget {
this._fixGeometry = 0;
this._visible = false;
let layout = new OverviewControls.ControlsLayout();
let layout = new OverviewControls.ControlsManagerLayout();
super._init({
layout_manager: layout,
x_expand: true,