1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Change to disable default content for now

This commit is contained in:
Elias Steurer 2023-08-18 20:23:33 +02:00
parent 7cf9dd1d80
commit 59cb5d0dc5

View File

@ -470,7 +470,7 @@ private:
bool m_checkWallpaperVisible { false };
bool m_silentStart { false };
bool m_anonymousTelemetry { true };
bool m_showDefaultContent { true };
bool m_showDefaultContent { false };
QString m_decoder;
ScreenPlay::FillMode::FillMode m_videoFillMode { ScreenPlay::FillMode::FillMode::Cover };