feat: notification preview on theme editor

This commit is contained in:
Zamitto
2025-05-16 16:18:19 -03:00
parent 39c073634c
commit bc06ae5c03
13 changed files with 347 additions and 100 deletions

View File

@@ -21,6 +21,7 @@ const updateCustomTheme = async (
if (theme.isActive) {
WindowManager.mainWindow?.webContents.send("css-injected", code);
WindowManager.notificationWindow?.webContents.send("css-injected", code);
}
};