You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
// if !dialogYesNoWarning(question: "Installer creation in progress in progess", text: "The installer creation is inprogress do you want to quit?", style: .warning){
46
-
#if installManager
47
45
iflet s =InstallMediaCreationManager.shared.stopWithAsk(){
48
46
if s{
49
47
msgBoxWarning("Error while trying to quit","There was an error while trying to quit from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
@@ -52,22 +50,6 @@ class AppDelegate: NSObject, NSApplicationDelegate {
52
50
}else{
53
51
returnNSApplicationTerminateReply.terminateCancel
54
52
}
55
-
#else
56
-
iflet i = sharedWindow.contentViewController as?InstallingViewController{
57
-
58
-
iflet s = i.stopWithAsk(){
59
-
if s{
60
-
msgBoxWarning("Error while trying to quit","There was an error while trying to quit from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
iflet s =InstallMediaCreationManager.shared.stop(){
170
151
if s{
171
152
msgBoxWarning("Error while trying to quit","There was an error while trying to qui from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
172
153
}
173
154
}else{
174
155
msgBoxWarning("Error while trying to quit","There was an error while trying to qui from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
175
156
}
176
-
#else
177
-
iflet i = sharedWindow.contentViewController as?InstallingViewController{
178
-
iflet s = i.stop(){
179
-
if s{
180
-
msgBoxWarning("Error while trying to quit","There was an error while trying to qui from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
181
-
}
182
-
}else{
183
-
msgBoxWarning("Error while trying to quit","There was an error while trying to qui from the app: \n\nFailed to stop "+ sharedExecutableName +" process")
0 commit comments