Skip to content

Commit

Permalink
Properly set changed pref for minimize Clippings Manager when inactive
Browse files Browse the repository at this point in the history
(part of issue #464)
  • Loading branch information
aecreations committed Jun 23, 2024
1 parent e5d32d8 commit 50fd7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wx-src/scripts/aePrefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ let aePrefs = {

// Change default setting of Linux-specific pref.
if (aPrefs.clippingsMgrMinzWhenInactv) {
aPrefs.clippingsMgrMinzWhenInactv = false;
await this.setPrefs({clippingsMgrMinzWhenInactv: false});
}
},

Expand Down

0 comments on commit 50fd7b6

Please sign in to comment.