Skip to content

Commit 4e68c42

Browse files
committed
chore: Changed default settings to not annoy new users
1 parent 86473f2 commit 4e68c42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UIDtoKeyboard/AppSettings.vb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Public Class AppSettings
44
Implements INotifyPropertyChanged
55

66
Private _isReversedByteOrder As Boolean = True
7-
Private _isAutoStartMonitorEnabled As Boolean = True
8-
Private _isRunAtStartupEnabled As Boolean = True
9-
Private _isMinimizeToTrayEnabled As Boolean = True
7+
Private _isAutoStartMonitorEnabled As Boolean = False
8+
Private _isRunAtStartupEnabled As Boolean = False
9+
Private _isMinimizeToTrayEnabled As Boolean = False
1010
Private _isSendEnterEnabled As Boolean = True
1111

1212
Public Event PropertyChanged As PropertyChangedEventHandler Implements INotifyPropertyChanged.PropertyChanged

0 commit comments

Comments
 (0)