We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff48e5 commit 2580beaCopy full SHA for 2580bea
MacPassHTTP/MPHMacPassHTTP.m
@@ -17,8 +17,8 @@
17
18
NSString *const kMPHSettingsKeyShowMenuItem = @"MPHTTPSettingsKeyShowMenuItem";
19
NSString *const kMPHSettingsKeyHttpPort = @"MPHTTPSettingsKeyHttpPort";
20
-NSString *const kMPHSettingsKeyAllowRemoteConnections = @"MPHSettingsKeyAllowRemoteConnections" ;
21
-NSString *const kMPHSettingsKeyShowNotifications = @"MPHTTPSettingsKeyShowNotifications;";
+NSString *const kMPHSettingsKeyAllowRemoteConnections = @"MPHTTPSettingsKeyAllowRemoteConnections" ;
+NSString *const kMPHSettingsKeyShowNotifications = @"MPHTTPSettingsKeyShowNotifications";
22
23
24
@interface MPHMacPassHTTP ()
0 commit comments