From f7a752846dc7e74e766fafd4f3f0633e880a7ebd Mon Sep 17 00:00:00 2001 From: Jarva <4622609+Jarva@users.noreply.github.com> Date: Wed, 19 Apr 2023 21:39:42 +0100 Subject: [PATCH] fix: default to hiding unavailable actions Default to hiding unprepared spells and unequipped items inline with the setting for hiding uncharged items --- scripts/settings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/settings.js b/scripts/settings.js index 4ac88d5..f85d295 100644 --- a/scripts/settings.js +++ b/scripts/settings.js @@ -75,7 +75,7 @@ export function register (updateFunc) { scope: 'client', config: true, type: Boolean, - default: true, + default: false, onChange: (value) => { updateFunc(value) } @@ -91,7 +91,7 @@ export function register (updateFunc) { scope: 'client', config: true, type: Boolean, - default: true, + default: false, onChange: (value) => { updateFunc(value) }