From 3d200bc607e4ece68467a7fe4e1251cd21a2ebaa Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Sun, 21 Apr 2024 21:22:58 +0100 Subject: Disable auto-update by default --- 0006-Updater-Disable-auto-update-by-default.patch | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 0006-Updater-Disable-auto-update-by-default.patch (limited to '0006-Updater-Disable-auto-update-by-default.patch') diff --git a/0006-Updater-Disable-auto-update-by-default.patch b/0006-Updater-Disable-auto-update-by-default.patch new file mode 100644 index 0000000..c37c4de --- /dev/null +++ b/0006-Updater-Disable-auto-update-by-default.patch @@ -0,0 +1,25 @@ +From 85db6bf2367ec9ed550454b26c39b84a1faacbd1 Mon Sep 17 00:00:00 2001 +From: 1024x2 <2pow11@gmail.com> +Date: Sun, 21 Apr 2024 21:22:25 +0100 +Subject: [PATCH 6/6] 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 696c12c..4503011 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.44.0 + -- cgit v1.2.3