mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:19:57 +02:00
Refactor ZenGradientGenerator class to use constructor instead of init method
This commit is contained in:
parent
7ae2dee1b2
commit
b035ca8b0f
1 changed files with 1 additions and 0 deletions
|
@ -490,6 +490,7 @@
|
|||
if(!skipSave) {
|
||||
await ZenWorkspacesStorage.saveWorkspaceTheme(currentWorkspace.uuid, gradient);
|
||||
await ZenWorkspaces._propagateWorkspaceData();
|
||||
ConfirmationHint.show(document.getElementById("PanelUI-menu-button"), "zen-panel-ui-gradient-generator-saved-message");
|
||||
currentWorkspace = await ZenWorkspaces.getActiveWorkspace();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue