Skip to content

Commit

Permalink
fixup: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wutschel committed Sep 14, 2024
1 parent dd4a87e commit 1a498cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBMC Remote/Utilities.m
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ + (UIAlertController*)createPowerControl:(UIViewController*)ctrl {

if (!AppDelegate.instance.serverOnLine) {
UIAlertAction *action_wake = [UIAlertAction actionWithTitle:LOCALIZED_STR(@"Send Wake-On-LAN") style:UIAlertActionStyleDefault handler:^(UIAlertAction *action) {
// In this case we to have a user interaction popup instead of a short-lived message.
// In this case we want to have a user interaction popup instead of a short-lived message.
if ([Utilities isValidMacAddress:AppDelegate.instance.obj.serverHWAddr]) {
[Utilities wakeUp:AppDelegate.instance.obj.serverHWAddr];
UIAlertController *alertView = [Utilities createAlertOK:LOCALIZED_STR(@"Command executed") message:nil];
Expand Down

0 comments on commit 1a498cd

Please sign in to comment.