mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-25 04:18:34 -05:00
Compare commits
No commits in common. "2e9b37f3b492b1cfaed0bcbb0f69bf46fa49961c" and "e42c3a7dc89b3b695d08db8f09b5c675ac3141a2" have entirely different histories.
2e9b37f3b4
...
e42c3a7dc8
@ -16,7 +16,6 @@ add_executable(
|
|||||||
settingsdata.cpp
|
settingsdata.cpp
|
||||||
settingsdialog.cpp
|
settingsdialog.cpp
|
||||||
slideview.cpp
|
slideview.cpp
|
||||||
sc9k.rc
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
|
|
||||||
constexpr auto MaxCameraPresets = 9;
|
constexpr auto MaxCameraPresets = 9;
|
||||||
constexpr auto MaxViews = 9;
|
constexpr auto MaxViews = 9;
|
||||||
constexpr auto Version = "1.0-beta6";
|
constexpr auto Version = "1.0-beta5";
|
||||||
|
|
||||||
|
@ -201,8 +201,8 @@ void MainWindow::setupViewControls(QVBoxLayout *rootLyt) {
|
|||||||
});
|
});
|
||||||
views.emplace_back(View{
|
views.emplace_back(View{
|
||||||
.name = tr("Show"),
|
.name = tr("Show"),
|
||||||
.slides = true,
|
.slides = false,
|
||||||
.obsSlides = true,
|
.obsSlides = false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
setupViewControlButtons(views, viewCtlLyt);
|
setupViewControlButtons(views, viewCtlLyt);
|
||||||
|
BIN
src/sc9k.ico
BIN
src/sc9k.ico
Binary file not shown.
Before Width: | Height: | Size: 159 KiB |
@ -1 +0,0 @@
|
|||||||
IDI_ICON1 ICON DISCARDABLE "sc9k.ico"
|
|
Loading…
x
Reference in New Issue
Block a user