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:"There is an optional Audio Driver update that should improve user experience. \nIn order to update eqMac will ask for your System Password. \nPlease close any apps playing audio (Spotify, YouTube etc.) otherwise installation might fail.",
UI.showLoadingWindow("Updating eqMac audio driver\nIf this process takes too long, please restart your Mac")
144
153
}){ success in
145
154
if(success){
146
155
UI.hideLoadingWindow()
@@ -150,6 +159,7 @@ class Application {
150
159
}
151
160
}
152
161
}else{
162
+
Driver.skipCurrentVersion =true
153
163
completion()
154
164
}
155
165
}
@@ -161,7 +171,7 @@ class Application {
161
171
privatestaticfunc driverFailedToInstallPrompt (){
162
172
UI.hideLoadingWindow()
163
173
Alert.confirm(
164
-
title:"Driver failed to install", message:"Unfortunately the audio driver has failed to install. You can restart eqMac and try again or quit.", okText:"Try again", cancelText:"Quit"){ restart in
174
+
title:"Driver failed to install", message:"Unfortunately the audio driver has failed to install. You can restart eqMac and try again or quit. Alternatively, please try to restart your Mac and running eqMac again.", okText:"Try again", cancelText:"Quit"){ restart in
message:"\nIn order to reinstall the driver eqMac we will ask for your System Password. \nPlease close any apps playing audio (Spotify, YouTube etc.) otherwise installation might fail.",
529
+
message:"\nIn order to reinstall the driver eqMac we will ask for your System Password. \nPlease close any apps playing audio (Spotify, YouTube etc.) otherwise installation might fail. eqMac will restart after this.",
0 commit comments