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:
izzy
2025-10-10 12:28:03 +01:00
parent 8fd6f35729
commit 2517f412ab
6 changed files with 72 additions and 8 deletions
+5
View File
@@ -12,6 +12,11 @@ pkgs.mkShell rec {
pkgs.nodejs
pkgs.nodejs.pkgs.pnpm
# Electron
(pkgs.writeShellScriptBin "electron-nix" ''
exec ${pkgs.electron}/bin/electron "$@"
'')
# build target: zip
pkgs.zip