fix firefox mic on alsa

This commit is contained in:
vrd
2026-07-30 11:54:49 +03:00
committed by Venelin Dechkov
parent 4ad49de088
commit e63ff9f1c4
+2 -2
View File
@@ -281,7 +281,7 @@ extern "C"
}
else // start browser
{
Cmd(BROWSER).detach();
Cmd("apulse", BROWSER).detach();
}
}
@@ -311,7 +311,7 @@ extern "C"
if(link_begin != string::npos)
{
// Extract link
Cmd open_bookmark(BROWSER);
Cmd open_bookmark("apulse", BROWSER);
link = link.substr(link_begin+1);
open_bookmark += link.c_str();
open_bookmark.detach();