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 74d3578 commit 74507a2Copy full SHA for 74507a2
syncthing/STApplication.m
@@ -76,7 +76,6 @@ - (void)applicationLoadConfiguration {
76
_executable = [NSString stringWithFormat:@"%@/%@",
77
[[NSBundle mainBundle] resourcePath],
78
@"syncthing/syncthing"];
79
- [defaults setValue:_executable forKey:@"Executable"];
80
}
81
82
_syncthing.URI = [defaults stringForKey:@"URI"];
@@ -203,7 +202,7 @@ - (void)refreshDevices {
203
202
self.toggleAllDevicesItem.title = @"Pause All Devices";
204
[[self statusMonitor] setCurrentStatus:SyncthingStatusIdle];
205
206
-
+
207
self.devicesPaused = allPaused;
208
209
0 commit comments