Skip to content

Commit 5b1ae04

Browse files
committed
warning users to close any audio playback apps before installing the driver
1 parent 9cfc05e commit 5b1ae04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/app/Source/Application.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Application {
111111
if !Driver.isInstalled || Driver.isOutdated {
112112
if Alert.confirm(
113113
title: "Audio Driver Installation",
114-
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.",
114+
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.",
115115
cancelText: "Quit eqMac"
116116
) {
117117
Driver.install(started: {

0 commit comments

Comments
 (0)