Eliminate now redundant tool tip for Show in Both button

This commit is contained in:
Gary Talent 2022-01-30 21:18:03 -06:00
parent 382e09d4b4
commit e57ba9e8f2

View File

@ -64,7 +64,6 @@ MainWindow::MainWindow(QWidget *parent): QMainWindow(parent) {
const auto btnObsShowSlides = new QPushButton(tr("Show in Both (3)"), mainWidget);
showHideLyt->addWidget(btnObsShowSlides);
btnObsShowSlides->setShortcut(Qt::Key_3);
btnObsShowSlides->setToolTip(tr("Also shows slides in OpenLP"));
connect(btnOpenLpShowSlides, &QPushButton::clicked, &m_obsClient, &OBSClient::hideSlides);
connect(btnObsShowSlides, &QPushButton::clicked, &m_obsClient, &OBSClient::showSlides);
connect(btnObsShowSlides, &QPushButton::clicked, &m_openlpClient, &OpenLPClient::showSlides);