Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 2bf6f29

Browse files
authored
Update MainViewController.m
1 parent 82ad820 commit 2bf6f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ - (void)clickMenuItem:(NSMenuItem *)sender {
309309
} else {
310310
NSString *qlgeneratorSourcePath = [[NSBundle mainBundle].resourcePath stringByAppendingPathComponent:@"QLCARFiles.qlgenerator"];
311311
[self.class excuteShellScript:[NSString stringWithFormat:@"xattr -c -r %@;cp -r %@ %@;qlmanage -r;", qlgeneratorSourcePath.xm_shellPath, qlgeneratorSourcePath.xm_shellPath, destPath.xm_shellPath]];
312-
informativeText = @"Install QLCARFiles successfully.";
312+
informativeText = @"Install QLCARFiles successfully, if QuickLook plugins not woking, you can try to log out macOS, then log in back.";
313313
}
314314

315315
[[NSAlert xm_alertWithMessageText:@"macOS Quick Look Plugin" informativeText:informativeText defaultButton:nil] beginSheetModalForWindow:self.view.window completionHandler:nil];

0 commit comments

Comments
 (0)