mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
[macos] fix bug 79745
This commit is contained in:
@ -1045,6 +1045,11 @@
|
||||
}
|
||||
|
||||
- (void)onCEFFilesCheck:(NSNotification *)notification {
|
||||
AppDelegate *app = (AppDelegate *)[NSApp delegate];
|
||||
if (app.waitingForTerminateApp || self.waitingForClose) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (notification && notification.userInfo) {
|
||||
id paths = notification.userInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user