mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-22 05:49:16 +01:00
fix toolbar accent not updating
This commit is contained in:
parent
aa28092090
commit
b3edb38b33
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user