Skip to content

Commit 2580bea

Browse files
committed
fixed malformed settings keys. No migration since this does not seem to be a crucial setting
1 parent dff48e5 commit 2580bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MacPassHTTP/MPHMacPassHTTP.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
NSString *const kMPHSettingsKeyShowMenuItem = @"MPHTTPSettingsKeyShowMenuItem";
1919
NSString *const kMPHSettingsKeyHttpPort = @"MPHTTPSettingsKeyHttpPort";
20-
NSString *const kMPHSettingsKeyAllowRemoteConnections = @"MPHSettingsKeyAllowRemoteConnections" ;
21-
NSString *const kMPHSettingsKeyShowNotifications = @"MPHTTPSettingsKeyShowNotifications;";
20+
NSString *const kMPHSettingsKeyAllowRemoteConnections = @"MPHTTPSettingsKeyAllowRemoteConnections" ;
21+
NSString *const kMPHSettingsKeyShowNotifications = @"MPHTTPSettingsKeyShowNotifications";
2222

2323

2424
@interface MPHMacPassHTTP ()

0 commit comments

Comments
 (0)