1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-12-02 10:24:09 +03:00

warning users to close any audio playback apps before installing the driver

This commit is contained in:
nodeful 2020-05-24 14:32:31 +01:00
parent 9cfc05e43c
commit 5b1ae04be9

View File

@ -111,7 +111,7 @@ class Application {
if !Driver.isInstalled || Driver.isOutdated {
if Alert.confirm(
title: "Audio Driver Installation",
message: "eqMac needs to install an Audio Driver. \nIn order to do that we will ask for your System Password. \nPlease pause any playing audio if possible, otherwise audio might break.",
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.",
cancelText: "Quit eqMac"
) {
Driver.install(started: {