[macos] fix bug 79745

This commit is contained in:
SimplestStudio
2026-02-08 12:10:24 +01:00
parent da422b5f48
commit 0a291314e5

View File

@ -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;