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 8065b6c commit 4f073d6Copy full SHA for 4f073d6
1 file changed
AppBox/AppDelegate.h
@@ -15,10 +15,10 @@
15
@interface AppDelegate : NSObject <NSApplicationDelegate, UNUserNotificationCenterDelegate>
16
17
//stored properties
18
-@property (nonatomic) BOOL processing;
19
-@property (nonatomic) BOOL isReadyToUpload;
20
-@property (nonatomic) BOOL isInternetConnected;
21
-@property (nonatomic) NSInteger exitCode;
+@property (atomic) BOOL processing;
+@property (atomic) BOOL isReadyToUpload;
+@property (atomic) BOOL isInternetConnected;
+@property (atomic) NSInteger exitCode;
22
23
//menu iboutlet
24
@property (nonatomic, weak) IBOutlet NSMenuItem *dropboxLogoutButton;
0 commit comments