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.",
146
+
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.\nVersion change: \(Driver.lastInstalledVersion ??"1.0.0") -> \(Driver.bundledVersion)",
147
147
okText:"Update Driver",
148
148
cancelText:"Skip Driver update"
149
149
){ update in
150
150
if update {
151
151
Driver.install(started:{
152
-
UI.showLoadingWindow("Updating eqMac audio driver\nIf this process takes too long, please restart your Mac")
152
+
UI.showLoadingWindow("Updating eqMac audio driver\nIf this process takes too long,\nplease restart your Mac")
153
153
}){ success in
154
154
if(success){
155
155
UI.hideLoadingWindow()
@@ -535,7 +535,7 @@ class Application {
535
535
self.stopEngines()
536
536
self.switchBackToLastKnownDevice()
537
537
UI.close()
538
-
Utilities.delay(100){UI.showLoadingWindow("Reinstalling eqMac driver\nIf this process takes too long, please restart your Mac")}
538
+
Utilities.delay(100){UI.showLoadingWindow("Reinstalling eqMac driver\nIf this process takes too long,\nplease restart your Mac")}
539
539
}){ success in
540
540
if(success){
541
541
UI.hideLoadingWindow()
@@ -558,7 +558,7 @@ class Application {
558
558
self.stopEngines()
559
559
self.switchBackToLastKnownDevice()
560
560
UI.close()
561
-
Utilities.delay(100){UI.showLoadingWindow("Uninstalling eqMac\nIf this process takes too long, please restart your Mac")}
561
+
Utilities.delay(100){UI.showLoadingWindow("Uninstalling eqMac\nIf this process takes too long,\nplease restart your Mac")}
0 commit comments