aboutsummaryrefslogtreecommitdiff
path: root/net-im/signal-desktop/files/patch-ts_state_getInitialState.ts
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/signal-desktop/files/patch-ts_state_getInitialState.ts')
-rw-r--r--net-im/signal-desktop/files/patch-ts_state_getInitialState.ts20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/signal-desktop/files/patch-ts_state_getInitialState.ts b/net-im/signal-desktop/files/patch-ts_state_getInitialState.ts
deleted file mode 100644
index 92ba02386fe6..000000000000
--- a/net-im/signal-desktop/files/patch-ts_state_getInitialState.ts
+++ /dev/null
@@ -1,20 +0,0 @@
---- ts/state/getInitialState.ts.orig 2023-10-19 19:29:53 UTC
-+++ ts/state/getInitialState.ts
-@@ -72,7 +72,7 @@ export function getInitialState({
-
- const theme = getThemeType();
-
-- let osName: 'windows' | 'macos' | 'linux' | undefined;
-+ let osName: 'windows' | 'macos' | 'linux' | 'freebsd' | undefined;
-
- if (OS.isWindows()) {
- osName = 'windows';
-@@ -80,6 +80,8 @@ export function getInitialState({
- osName = 'macos';
- } else if (OS.isLinux()) {
- osName = 'linux';
-+ } else if (OS.isFreeBSD()) {
-+ osName = 'freebsd';
- }
-
- return {