Compare commits

..

3 Commits

Author SHA1 Message Date
2e9b37f3b4 Fix default Show button 2025-03-27 20:32:53 -05:00
c4e792c9a7 Bump version to 1.0-beta6 2025-03-27 20:29:46 -05:00
01cd6b7ba8 Add icon 2025-03-27 20:26:25 -05:00
5 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@ 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-beta5";
constexpr auto Version = "1.0-beta6";

View File

@ -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);

BIN
src/sc9k.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

1
src/sc9k.rc Normal file
View File

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