use program name to define Livetrax

This commit is contained in:
Paul Davis 2024-04-14 11:50:55 -06:00
parent 0549c09aa8
commit 77c93aad66
1 changed files with 1 additions and 1 deletions

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 ();
}