From: Steinar H. Gunderson Date: Wed, 25 Oct 2017 07:38:35 +0000 (+0200) Subject: Make a quick command for hiding lower thirds. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=310f11294587f0268fe95037da13c11243beba0d;p=ultimatescore Make a quick command for hiding lower thirds. --- diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index e515cf3..9787ecb 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -265,6 +265,8 @@ void MainWindow::quick_lower_third_activate() add_goal(ui->score_1_box, 1); } else if (code == "B") { add_goal(ui->score_2_box, 1); + } else if (code == "C") { + acmp->send_command("cg 1 invoke 1 hidelowerthird"); } else { map param; param["code"] = code;