Skip to content

Commit

Permalink
FRON-58
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougsand committed Aug 27, 2019
1 parent 05b9ac1 commit 2951cc3
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USBFlux/USBFlux/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ - (void)checkStatus:(NSTimer*)timer
if (localInst) {
local_devices = [[localInst objectForKey:@"DeviceCount"] intValue];
}
self.detailLabel.stringValue = [NSString stringWithFormat:@"%d Instance%s (%d Local / %d Remote)\n%d Device%s (%d Local / %d Remote)", local_count+remote_count, (local_count+remote_count == 1) ? "" : "s", local_count, remote_count, local_devices+remote_devices, (local_devices+remote_devices == 1) ? "" : "s", local_devices, remote_devices];
self.detailLabel.stringValue = [NSString stringWithFormat:@"%d Device%s (%d Local / %d Remote)", local_devices+remote_devices, (local_devices+remote_devices == 1) ? "" : "s", local_devices, remote_devices];
self.detailLabel.hidden = NO;
} else {
usbfluxd_running = 0;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2951cc3

Please sign in to comment.