diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-07-03 14:18:22 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-07-03 14:18:42 +0200 |
commit | c948586b84ba4c249922fe9653b11efb6a7e4d2a (patch) | |
tree | c572b71e1c223ef04a07c159483fae600ad476ae /net-im/signal-desktop/files/patch-app_main.ts | |
parent | net-im/libsignal-node: Update to 0.74.1 (diff) |
net-im/signal-desktop: Update to 7.60.0
Diffstat (limited to 'net-im/signal-desktop/files/patch-app_main.ts')
-rw-r--r-- | net-im/signal-desktop/files/patch-app_main.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-im/signal-desktop/files/patch-app_main.ts b/net-im/signal-desktop/files/patch-app_main.ts index 80c9aadd0f9c..12953d4bd665 100644 --- a/net-im/signal-desktop/files/patch-app_main.ts +++ b/net-im/signal-desktop/files/patch-app_main.ts @@ -1,14 +1,5 @@ --- app/main.ts.orig 2023-10-19 19:29:53 UTC +++ app/main.ts -@@ -211,7 +211,7 @@ const DISABLE_GPU = - }; - - const DISABLE_GPU = -- OS.isLinux() && !process.argv.some(arg => arg === '--enable-gpu'); -+ (OS.isLinux() || OS.isFreeBSD()) && !process.argv.some(arg => arg === '--enable-gpu'); - - const DISABLE_IPV6 = process.argv.some(arg => arg === '--disable-ipv6'); - const FORCE_ENABLE_CRASH_REPORTS = process.argv.some( @@ -628,7 +628,7 @@ if (OS.isWindows()) { if (OS.isWindows()) { |