Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b0fc8ce

Browse files
committed
Set Debug correction of ProgramIsNew Variable
1 parent c33277b commit b0fc8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interop/OptionsControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public static OptionsControl Load(out bool ProgramIsNew)
219219
OptionsControl oco = new OptionsControl();
220220
oco.ReCreateCryptoKey();
221221
#if DEBUG
222-
ProgramIsNew = true;
222+
ProgramIsNew = false;
223223
#else
224224
ProgramIsNew = true;
225225
#endif

0 commit comments

Comments
 (0)