You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AppDelegate and HTTPWebServerConnection, the user now has the option to continue using the LocalRadio app if an RTL-SDR device is not found. An informative message will be displayed if the device is not found.
[alert setMessageText:@"RTL-SDR USB Device Not Found"];
828
829
829
-
NSString * informativeText = @"LocalRadio requires an RTL-SDR device plugged into this Mac's USB port. Please check the USB connection and try again. For additional information, click the \"More Info\" button to open the LocalRadio project web page.";
830
+
NSString * informativeText = @"LocalRadio requires an RTL-SDR device plugged into this Mac's USB port. Please check the USB connection and try again.\n\nFor additional information, click the \"More Info\" button to open the LocalRadio project web page.\n\nClick the \"Continue\" button to proceed without an RTL-SDR device.";
0 commit comments