[gnome] Update extensions

This commit is contained in:
2026-06-10 11:03:09 -04:00
parent 20fc1e4e75
commit 6c973853c6
394 changed files with 12513 additions and 1340 deletions

View File

@ -15,7 +15,7 @@ import {gettext as _} from 'resource:///org/gnome/shell/extensions/extension.js'
import {HAS_MESSAGELIST_NOTIFICATIONMESSAGE, getIcon} from './utils.js';
const {NotificationMessage} = HAS_MESSAGELIST_NOTIFICATIONMESSAGE
? await import('resource:///org/gnome/shell/ui/messageList.js') // GNOME 48
? await import('resource:///org/gnome/shell/ui/messageList.js') // GNOME 48+
: await import('resource:///org/gnome/shell/ui/calendar.js'); // GNOME 46/47
const APP_ID = 'org.gnome.Shell.Extensions.GSConnect';