Skip to content

Commit

Permalink
🪲 Fix preset loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Feb 25, 2024
1 parent 0e6726b commit 20b75ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ SPDX-License-Identifier: CC-BY-4.0
- Several translation updates. Thanks to all the translators!
- All CI jobs are now executed for GNOME 45 and GNOME 46 as well.

#### Bug Fixes

- Fixed a regression which caused an error when trying to load theme presets in the settings dialog.

## [Fly-Pie 24](/~https://github.com/schneegans/fly-pie/releases/tag/v24)

**Release Date:** 2023-09-14
Expand Down
2 changes: 2 additions & 0 deletions src/prefs/Preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import Gio from 'gi://Gio';
import Gdk from 'gi://Gdk';

import * as utils from '../common/utils.js';

//////////////////////////////////////////////////////////////////////////////////////////
// Presets of Fly-Pie are stored in the JSON format. These files contain values for a //
// subset of Fly-Pie's settings. The subset is defined in the presetKeys list below. //
Expand Down

0 comments on commit 20b75ec

Please sign in to comment.