mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
Tracks should not check ardour.org for announcements nor should it pingback to ardour.org.
Thought it might be fun to let it ...
This commit is contained in:
parent
f8996e50c6
commit
a6d0ebc0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ ARDOUR_UI::starting ()
|
|||
app->ShouldQuit.connect (sigc::mem_fun (*this, &ARDOUR_UI::queue_finish));
|
||||
app->ShouldLoad.connect (sigc::mem_fun (*this, &ARDOUR_UI::idle_load));
|
||||
|
||||
if (ARDOUR_COMMAND_LINE::check_announcements) {
|
||||
if (!Profile->get_trx() && ARDOUR_COMMAND_LINE::check_announcements) {
|
||||
check_announcements ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue