aboutsummaryrefslogtreecommitdiffstats
path: root/0006-Updater-Disable-auto-update-by-default.patch
diff options
context:
space:
mode:
author1024x22024-08-13 21:08:35 +0100
committer1024x22024-08-13 21:08:35 +0100
commitdf7d165228846d51beba93aaf133809d8f4824d4 (patch)
tree9546cfa515a19f03d95696fee7a59853df4b7b1c /0006-Updater-Disable-auto-update-by-default.patch
parent81fbe676d788841cc8580815e2e2067759961fbe (diff)
Move patches into a folder
Diffstat (limited to '0006-Updater-Disable-auto-update-by-default.patch')
-rw-r--r--0006-Updater-Disable-auto-update-by-default.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0006-Updater-Disable-auto-update-by-default.patch b/0006-Updater-Disable-auto-update-by-default.patch
deleted file mode 100644
index 1063aa1..0000000
--- a/0006-Updater-Disable-auto-update-by-default.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7fa2978a594299da8afb583cfaea6512838f7e6f Mon Sep 17 00:00:00 2001
-From: 1024x2 <2pow11@gmail.com>
-Date: Sun, 21 Apr 2024 21:22:25 +0100
-Subject: [PATCH 6/8] Updater: Disable auto-update by default
-
----
- src/api/Settings.ts | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/api/Settings.ts b/src/api/Settings.ts
-index 88337a91..4473bc1c 100644
---- a/src/api/Settings.ts
-+++ b/src/api/Settings.ts
-@@ -77,7 +77,7 @@ export interface Settings {
- }
-
- const DefaultSettings: Settings = {
-- autoUpdate: true,
-+ autoUpdate: false,
- autoUpdateNotification: true,
- useQuickCss: true,
- themeLinks: [],
---
-2.45.2
-