mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-19 13:38: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{
|
views.emplace_back(View{
|
||||||
.name = tr("Show"),
|
.name = tr("Show"),
|
||||||
.slides = false,
|
.slides = true,
|
||||||
.obsSlides = false,
|
.obsSlides = true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
setupViewControlButtons(views, viewCtlLyt);
|
setupViewControlButtons(views, viewCtlLyt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user