Skip to content

Commit b9aae09

Browse files
author
chixiaoming
committed
Update note messages
1 parent 07e8b0c commit b9aae09

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

iOSImagesExtractor/iOSImagesExtractor/Classes/Main/Controllers/MainViewController.m

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ - (void)checkForUpdates:(BOOL)manualCheck {
385385
});
386386

387387
}
388+
} else {
389+
if (manualCheck) {
390+
dispatch_async(dispatch_get_main_queue(), ^{
391+
[[NSAlert xm_alertWithMessageText:@"Update" informativeText:@"Failed to check for updates." defaultButton:nil] beginSheetModalForWindow:self.view.window completionHandler:nil];
392+
});
393+
}
394+
388395
}
389396
}] resume];
390397
}

iOSImagesExtractor/iOSImagesExtractor/Classes/Main/Controllers/MainViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
</textFieldCell>
144144
</textField>
145145
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="trp-9v-MPU">
146-
<rect key="frame" x="21" y="347" width="300" height="16"/>
147-
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note: Extract car file requires OS X 10.10 or later." id="dvZ-td-n5i">
146+
<rect key="frame" x="21" y="347" width="453" height="16"/>
147+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Note: QuickLook plugin to visualize .car files is available on &quot;More&quot; Button." id="dvZ-td-n5i">
148148
<font key="font" metaFont="system"/>
149149
<color key="textColor" name="scrollBarColor" catalog="System" colorSpace="catalog"/>
150150
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)