mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 10:32:28 +01:00
Disable default content for now
This commit is contained in:
parent
716397ce3a
commit
2d3ce9c5bf
@ -191,7 +191,7 @@ private:
|
||||
bool m_checkWallpaperVisible { false };
|
||||
bool m_silentStart { false };
|
||||
bool m_anonymousTelemetry { true };
|
||||
bool m_showDefaultContent { true };
|
||||
bool m_showDefaultContent { false };
|
||||
|
||||
ScreenPlay::Video::FillMode m_videoFillMode { ScreenPlay::Video::FillMode::Cover };
|
||||
ScreenPlay::Settings::Language m_language { Language::En_US };
|
||||
|
@ -63,18 +63,18 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
SettingsHorizontalSeperator {
|
||||
}
|
||||
// SettingsHorizontalSeperator {
|
||||
// }
|
||||
|
||||
SettingBool {
|
||||
headline: qsTr("Show default installed content")
|
||||
description: qsTr("ScreenPlay will show build in content.")
|
||||
isChecked: App.settings.showDefaultContent
|
||||
onCheckboxChanged: function (checked) {
|
||||
App.settings.setShowDefaultContent(checked);
|
||||
App.installedListModel.reset();
|
||||
}
|
||||
}
|
||||
// SettingBool {
|
||||
// headline: qsTr("Show default installed content")
|
||||
// description: qsTr("ScreenPlay will show build in content.")
|
||||
// isChecked: App.settings.showDefaultContent
|
||||
// onCheckboxChanged: function (checked) {
|
||||
// App.settings.setShowDefaultContent(checked);
|
||||
// App.installedListModel.reset();
|
||||
// }
|
||||
// }
|
||||
|
||||
SettingsHorizontalSeperator {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user