Skip to content
Snippets Groups Projects
Commit acf485b9 authored by Pierre Lamot's avatar Pierre Lamot Committed by Jean-Baptiste Kempf
Browse files

qt: titlebar should be visible by default

CSD where active by default, even when the feature wasn't available

fix: #26293
parent 34e92dd3
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,7 @@ protected:
MediaLib* m_medialib = nullptr;
bool m_gridView = false;
ColorSchemeModel* m_colorScheme = nullptr;
bool m_windowTitlebar = false;
bool m_windowTitlebar = true;
bool m_hasToolbarMenu = false;
bool m_canShowVideoPIP = false;
bool m_pinVideoControls = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment