Skip to content

Commit

Permalink
addExternalIndicator replace addItems #9
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLauinger77 committed Aug 21, 2023
1 parent 50c6d98 commit ff0fda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [email protected]/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const SettingsCenterIndicator = GObject.registerClass(

// Add the indicator to the panel and the toggle to the menu
QuickSettingsMenu._indicators.add_child(this);
QuickSettingsMenu._addItems(this.quickSettingsItems);
QuickSettingsMenu.addExternalIndicator(this);
}
}
);
Expand Down
2 changes: 1 addition & 1 deletion [email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"uuid": "[email protected]",
"settings-schema": "org.gnome.shell.extensions.SettingsCenter",
"donations": { "github": "ChrisLauinger77","paypal": "ChrisLauinger" },
"version": 34
"version": 35
}

0 comments on commit ff0fda1

Please sign in to comment.