[gnome] Update extensions

This commit is contained in:
2026-04-09 09:51:44 -04:00
parent dadc78f2f4
commit 505c67d292
61 changed files with 1729 additions and 365 deletions

View File

@ -80,8 +80,9 @@ class ManualOrientationMenuToggle extends QuickMenuToggle {
this._section.addMenuItem(this.portraitRightItem);
this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
this.menu.addSettingsAction(_('Extension Settings'),
'com.mattjakeman.ExtensionManager.desktop');
const settingsItem = new PopupMenu.PopupMenuItem(_('Extension Settings'));
settingsItem.connect('activate', () => ext.openPreferences());
this.menu.addMenuItem(settingsItem);
this.connect('clicked', () => {
if (this.checked === true) {

View File

@ -1,6 +1,5 @@
{
"_generated": "Generated by SweetTooth, do not edit",
"commit": "d22c7f03313b06b2af6b9d7becfef9f248351dc5",
"description": "Enable screen rotation regardless of touch mode. Fork of Screen Autorotate by Kosmospredanie.",
"donations": {
"github": "shyzus"
@ -17,9 +16,10 @@
"46",
"47",
"48",
"49"
"49",
"50"
],
"url": "https://github.com/shyzus/gnome-shell-extension-screen-autorotate",
"uuid": "screen-rotate@shyzus.github.io",
"version": 28
"version": 29
}