We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86473f2 commit 4e68c42Copy full SHA for 4e68c42
UIDtoKeyboard/AppSettings.vb
@@ -4,9 +4,9 @@ Public Class AppSettings
4
Implements INotifyPropertyChanged
5
6
Private _isReversedByteOrder As Boolean = True
7
- Private _isAutoStartMonitorEnabled As Boolean = True
8
- Private _isRunAtStartupEnabled As Boolean = True
9
- Private _isMinimizeToTrayEnabled As Boolean = True
+ Private _isAutoStartMonitorEnabled As Boolean = False
+ Private _isRunAtStartupEnabled As Boolean = False
+ Private _isMinimizeToTrayEnabled As Boolean = False
10
Private _isSendEnterEnabled As Boolean = True
11
12
Public Event PropertyChanged As PropertyChangedEventHandler Implements INotifyPropertyChanged.PropertyChanged
0 commit comments