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:"eqMac needs to install an Audio Driver. \nIn order to do that we will ask for your System Password. \nPlease close any apps playing audio (Spotify, YouTube etc.) otherwise installation might fail.",
message:"eqMac needs to install an Audio Driver. \nIn order to do that we will ask for your System Password. \nPlease close any apps playing audio (Spotify, YouTube etc.) otherwise installation might fail.",
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"){
140
-
returnrestart()
141
-
}else{
142
-
returnquit()
140
+
Alert.confirm(
141
+
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
title:"Driver failed to activate", message:"Unfortunately the audio driver has failed to active. You can restart eqMac and try again or quit.", okText:"Try again", cancelText:"Quit"){
191
-
returnrestart()
192
-
}else{
193
-
returnquit()
193
+
Alert.confirm(
194
+
title:"Driver failed to activate", message:"Unfortunately the audio driver has failed to active. You can restart eqMac and try again or quit.", okText:"Try again", cancelText:"Quit"){ restart in
message:"eqMac needs access to Microphone to Route and Process System Audio. \nPlease click the \"Proceed\" button and allow access.",
75
76
okText:"Proceed",
76
-
cancelText:"No, quit eqMac")
77
-
{
78
-
InputSource.requestPermission(){ allowed in
79
-
if !InputSource.hasPermission {
80
-
Script.apple("open_privacy_microphone_settings")
81
-
ifAlert.confirm(
82
-
title: title,
83
-
message:"You have not allowed access to your Microphone. \neqMac needs access to Microphone to Route and Process System Audio. \nWe will try to open your Security & Privacy settings. \n\n If it didn't open please follow these steps, otherwise skip to step 5: \n\n1. Open your \"System Preferences.app\"\n2. Click on \"Security & Privacy\"\n3. Click on \"Privacy\" tab \n4. Scroll down to \"Microphone\"\n5. Check the box against \"eqMac.app\"\n\nAfter that we will need to restart the Application",
84
-
okText:"Ok I did that. Restart eqMac",
85
-
cancelText:"No, quit eqMac")
86
-
{
87
-
Application.restart()
88
-
}else{
89
-
Application.quit()
77
+
cancelText:"No, quit eqMac"){ proceed in
78
+
if proceed {
79
+
InputSource.requestPermission(){ allowed in
80
+
if !InputSource.hasPermission {
81
+
Script.apple("open_privacy_microphone_settings")
82
+
Utilities.delay(1000){
83
+
84
+
Alert.confirm(
85
+
title:"Microphone Usage Permission",
86
+
message:"You have not allowed access to your Microphone. \neqMac needs access to Microphone to Route and Process System Audio. \neqMac will try to open your Security & Privacy settings. \n\n If it didn't open please follow these steps, otherwise skip to step 5: \n\n1. Open your \"System Preferences.app\"\n2. Click on \"Security & Privacy\"\n3. Click on \"Privacy\" tab \n4. Scroll down to \"Microphone\" section \n5. Check the box against \"eqMac.app\"\n\nAfter that we will need to restart the Application",
0 commit comments