mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 01:53:57 +00:00
feat: notification preview on theme editor
This commit is contained in:
@@ -21,6 +21,7 @@ const updateCustomTheme = async (
|
||||
|
||||
if (theme.isActive) {
|
||||
WindowManager.mainWindow?.webContents.send("css-injected", code);
|
||||
WindowManager.notificationWindow?.webContents.send("css-injected", code);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user