Skip to content

Commit

Permalink
Default focus on token to false
Browse files Browse the repository at this point in the history
  • Loading branch information
CarbonNeuron committed Jan 18, 2021
1 parent 6104ec6 commit 8fb5e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AUCapture-WPF/AppSettings.cs
Expand Up @@ -29,7 +29,7 @@ public interface IAppSettings : INotifyPropertyChanged
[Option(DefaultValue = false)]
bool DarkMode { get; set; }

[Option(DefaultValue = true)]
[Option(DefaultValue = false)]
bool FocusOnToken { get; set; }

[Option(DefaultValue = 18d)]
Expand Down

0 comments on commit 8fb5e0e

Please sign in to comment.