mirror of
https://github.com/gtalent/sc9k.git
synced 2025-08-07 10:45:57 -05:00
Fix default Show button
This commit is contained in:
@@ -201,8 +201,8 @@ void MainWindow::setupViewControls(QVBoxLayout *rootLyt) {
|
||||
});
|
||||
views.emplace_back(View{
|
||||
.name = tr("Show"),
|
||||
.slides = false,
|
||||
.obsSlides = false,
|
||||
.slides = true,
|
||||
.obsSlides = true,
|
||||
});
|
||||
}
|
||||
setupViewControlButtons(views, viewCtlLyt);
|
||||
|
Reference in New Issue
Block a user