Skip to content

Commit

Permalink
Update AppDelegate.m (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
winskil authored May 15, 2022
1 parent ca8394a commit 9dfd7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/QMK Toolbox/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ - (void)bootloaderDeviceDidConnect:(BootloaderDevice *)device {
}

- (void)bootloaderDeviceDidDisconnect:(BootloaderDevice *)device {
[self.logTextView logBootloader:[NSString stringWithFormat:@"%@ device disconnnected: %@", device.name, device]];
[self.logTextView logBootloader:[NSString stringWithFormat:@"%@ device disconnected: %@", device.name, device]];

if (!self.autoFlashEnabled) {
[self enableUI];
Expand Down

0 comments on commit 9dfd7b2

Please sign in to comment.