[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

@ -29,6 +29,7 @@ export function update_from_old_settings(gsettings) {
if (!deprecated_component.CUSTOMIZE) {
new_component.SIGMA = deprecated_preferences.SIGMA;
new_component.BRIGHTNESS = deprecated_preferences.BRIGHTNESS;
new_component.CORNER_RADIUS = deprecated_preferences.CORNER_RADIUS;
}
});
@ -37,4 +38,4 @@ export function update_from_old_settings(gsettings) {
}
preferences.settings.set_int('settings-version', CURRENT_SETTINGS_VERSION);
}
}