[gnome] Update extensions for v46

This commit is contained in:
2024-04-03 12:59:14 -04:00
parent 3fb1ec63ae
commit 7421cdba8f
251 changed files with 15759 additions and 3153 deletions

View File

@ -12,6 +12,7 @@ export const Panel = GObject.registerClass({
'customize',
'static_blur',
'unblur_in_overview',
'force_light_text',
'override_background',
'style_panel',
'override_background_dynamically',
@ -36,6 +37,10 @@ export const Panel = GObject.registerClass({
'unblur-in-overview', this._unblur_in_overview, 'active',
Gio.SettingsBindFlags.DEFAULT
);
this.preferences.panel.settings.bind(
'force-light-text', this._force_light_text, 'active',
Gio.SettingsBindFlags.DEFAULT
);
this.preferences.panel.settings.bind(
'override-background',
this._override_background, 'enable-expansion',