Compare commits

..

No commits in common. "2e9b37f3b492b1cfaed0bcbb0f69bf46fa49961c" and "e42c3a7dc89b3b695d08db8f09b5c675ac3141a2" have entirely different histories.

5 changed files with 3 additions and 5 deletions

View File

@ -16,7 +16,6 @@ add_executable(
settingsdata.cpp
settingsdialog.cpp
slideview.cpp
sc9k.rc
)
target_link_libraries(

View File

@ -10,5 +10,5 @@
constexpr auto MaxCameraPresets = 9;
constexpr auto MaxViews = 9;
constexpr auto Version = "1.0-beta6";
constexpr auto Version = "1.0-beta5";

View File

@ -201,8 +201,8 @@ void MainWindow::setupViewControls(QVBoxLayout *rootLyt) {
});
views.emplace_back(View{
.name = tr("Show"),
.slides = true,
.obsSlides = true,
.slides = false,
.obsSlides = false,
});
}
setupViewControlButtons(views, viewCtlLyt);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

View File

@ -1 +0,0 @@
IDI_ICON1 ICON DISCARDABLE "sc9k.ico"