[gnome] Update extensions
This commit is contained in:
Binary file not shown.
@ -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) {
|
||||
|
||||
@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user