13
0

use program name to define Livetrax

This commit is contained in:
Paul Davis 2024-04-14 11:50:55 -06:00
parent a97106448e
commit 3318e12546

View File

@ -463,7 +463,7 @@ int main (int argc, char *argv[])
ARDOUR::Profile->set_mixbus ();
}
if (g_getenv ("LIVETRAX")) {
if (!strcmp (PROGRAM_NAME, X_("Livetrax"))) {
ARDOUR::Profile->set_livetrax ();
}