Skip to content

Commit

Permalink
Fix settings upgrade crash
Browse files Browse the repository at this point in the history
  • Loading branch information
aunetx committed Aug 15, 2024
1 parent f3bb6a8 commit 8dfb402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"github": "aunetx",
"kofi": "aunetx"
},
"version": 63
"version": 64
}
2 changes: 1 addition & 1 deletion src/conveniences/settings_updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function update_from_old_settings(gsettings) {
preferences.dash_to_dock.STYLE_DASH_TO_DOCK = 0;

// 'customize' has been removed: we merge the current used settings
['appfolder', 'panel', 'dash_to_dock', 'applications', 'window_list', 'coverflow_alt_tab'].forEach(
['appfolder', 'panel', 'dash_to_dock', 'applications', 'window_list'].forEach(
component_name => {
const deprecated_component = deprecated_preferences[component_name];
const new_component = preferences[component_name];
Expand Down

0 comments on commit 8dfb402

Please sign in to comment.