my nixos config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update the signal-desktop patch

chfour 9d6a889e c4f5c1b4

+8 -8
+8 -8
users/chfour/signal-desktop-show-window.patch
··· 1 - diff --git a/asar-contents/app/main.js b/asar-contents/app/main.js 2 - index 627a1b5..2fa0cd0 100644 3 - --- a/asar-contents/app/main.js 4 - +++ b/asar-contents/app/main.js 5 - @@ -501,7 +501,7 @@ async function createWindow() { 6 - const width = windowConfig ? Math.min(windowConfig.width, maxWidth) : DEFAULT_WIDTH; 7 - const height = windowConfig ? Math.min(windowConfig.height, maxHeight) : DEFAULT_HEIGHT; 8 - const windowOptions = { 1 + diff --git a/app/main.ts b/app/main.ts 2 + index 0b0b531..3ed0047 100644 3 + --- a/app/main.ts 4 + +++ b/app/main.ts 5 + @@ -706,7 +706,7 @@ async function createWindow() { 6 + !app.getLoginItemSettings().wasOpenedAsHidden && !startInTray; 7 + 8 + const windowOptions: Electron.BrowserWindowConstructorOptions = { 9 9 - show: false, 10 10 + show: true, 11 11 width,