mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 22:30:38 +02:00
fix toolbar accent not updating
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user