fix toolbar accent not updating

This commit is contained in:
zombieFox 2021-08-21 09:19:36 +01:00
parent aa28092090
commit b3edb38b33
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ keyboard.ctrAltR = new KeyboardShortcut({
alt: true,
action: () => {
theme.accent.random.render();
toolbar.current.update.accent();
applyCSSVar([
'theme.accent.rgb.r',
'theme.accent.rgb.g',