Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed May 9, 2024
1 parent d0b2613 commit 7bbc3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/libs/DuAEF.jsxinc
Original file line number Diff line number Diff line change
Expand Up @@ -21385,7 +21385,7 @@ DuAEUI.brightnessLimits = {
* @returns {Boolean}
*/
DuAEUI.useReducedContrast = function() {
if (DuAE.version.version < 24.4 || app.preferences.havePref(
if (DuAE.version.version < 24.4 || !app.preferences.havePref(
"Main Pref Section v2",
"Use Reduced Contrast",
PREFType.PREF_Type_MACHINE_INDEPENDENT
Expand Down

0 comments on commit 7bbc3e9

Please sign in to comment.