From f815b7057f113defc1c683b2833c05ebe244bf6c Mon Sep 17 00:00:00 2001 From: Don Ho Date: Tue, 8 Feb 2022 02:10:23 +0100 Subject: [PATCH] Revert "Enable backup on save (simple) feature by default" This reverts commit 40fbae1f76e82ae5698aaa59f33a826941f9633c. https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10725#issuecomment-1032106977 --- PowerEditor/src/Parameters.h | 2 +- PowerEditor/src/config.4zipPackage.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/Parameters.h b/PowerEditor/src/Parameters.h index cfb864888..d3e0dfc79 100644 --- a/PowerEditor/src/Parameters.h +++ b/PowerEditor/src/Parameters.h @@ -796,7 +796,7 @@ struct NppGUI final bool _isLangMenuCompact = true; PrintSettings _printSettings; - BackupFeature _backup = bak_simple; + BackupFeature _backup = bak_none; bool _useDir = false; generic_string _backupDir; DockingManagerData _dockingData; diff --git a/PowerEditor/src/config.4zipPackage.xml b/PowerEditor/src/config.4zipPackage.xml index 531cdf0e0..97833e389 100644 --- a/PowerEditor/src/config.4zipPackage.xml +++ b/PowerEditor/src/config.4zipPackage.xml @@ -19,7 +19,7 @@ - + yes yes 2