mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-22 15:18:33 -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
|
||||
settingsdialog.cpp
|
||||
slideview.cpp
|
||||
sc9k.rc
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
@ -10,5 +10,5 @@
|
||||
|
||||
constexpr auto MaxCameraPresets = 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{
|
||||
.name = tr("Show"),
|
||||
.slides = true,
|
||||
.obsSlides = true,
|
||||
.slides = false,
|
||||
.obsSlides = false,
|
||||
});
|
||||
}
|
||||
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