Skip to content

Commit

Permalink
change default value of jack start
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Nov 4, 2024
1 parent 6aee885 commit cc33e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/tascar_mainwindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ tascar_window_t::tascar_window_t(BaseObjectType* cobject,
TASCAR::add_warning("css error: " + e.what());
}
// optionally test for running jack server and start qjackctl:
bool checkforjack = TASCAR::config("tascar.gui.checkforjack", 1);
bool checkforjack = TASCAR::config("tascar.gui.checkforjack", 0);
if(checkforjack) {
bool jack_is_running = test_for_jack_server();
if(!jack_is_running) {
Expand Down

0 comments on commit cc33e21

Please sign in to comment.