mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
refine "Running" message.
This commit is contained in:
parent
679903fd22
commit
212a4c1f8d
1 changed files with 5 additions and 1 deletions
|
|
@ -2756,7 +2756,11 @@ EngineControl::engine_running ()
|
|||
connect_disconnect_button.show();
|
||||
|
||||
started_at_least_once = true;
|
||||
engine_status.set_markup(string_compose ("<span foreground=\"green\">%1</span>", _("Running")));
|
||||
if (_have_control) {
|
||||
engine_status.set_markup(string_compose ("<span foreground=\"green\">%1</span>", _("Running")));
|
||||
} else {
|
||||
engine_status.set_markup(string_compose ("<span foreground=\"green\">%1</span>", _("Connected")));
|
||||
}
|
||||
update_sensitivity();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue