Skip to content

Commit

Permalink
Make the the default value of mine to file instead of anki option false
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Jan 14, 2024
1 parent 5c1c572 commit d9cd7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Windows/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ internal static class ConfigManager
public static bool GlobalHotKeys { get; private set; } = false;
public static bool StopIncreasingTimeStatWhenMinimized { get; private set; } = true;
public static bool StripPunctuationBeforeCalculatingCharacterCount { get; private set; } = true;
public static bool MineToFileInsteadOfAnki { get; private set; } = true;
public static bool MineToFileInsteadOfAnki { get; private set; } = false;

#endregion

Expand Down

0 comments on commit d9cd7d4

Please sign in to comment.