mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-23 07:01:39 +00:00
[#188 state:fixed] Instead of showing a crash report on iTunes communication problems, show a friendlier message.
This commit is contained in:
@@ -213,6 +213,11 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
[Dialogs showMessage:msg];
|
||||
}
|
||||
|
||||
- (BOOL)askYesNoWithPrompt:(NSString *)prompt
|
||||
{
|
||||
return [Dialogs askYesNo:prompt] == NSAlertFirstButtonReturn;
|
||||
}
|
||||
|
||||
- (void)setupAsRegistered
|
||||
{
|
||||
// Nothing to do.
|
||||
|
||||
Reference in New Issue
Block a user