fix: correctly handle config updates
fix: synchronise updates to config with preload fix: send config on web contents load fix: hide menu when custom frame is off chore: add workarounds for developing on Nix chore: bump version to 1.1.10
This commit is contained in:
@@ -18,6 +18,10 @@ export function initTray() {
|
||||
updateTrayMenu();
|
||||
tray.setToolTip("Stoat for Desktop");
|
||||
tray.setImage(trayIcon);
|
||||
tray.on("click", () => {
|
||||
mainWindow.show();
|
||||
mainWindow.focus();
|
||||
});
|
||||
}
|
||||
|
||||
export function updateTrayMenu() {
|
||||
|
||||
Reference in New Issue
Block a user