mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-20 03:18:03 -05:00
Fix default Show button
This commit is contained in:
parent
c4e792c9a7
commit
2e9b37f3b4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user