Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
1c54a5ee by Benjamin Arnaud at 2023-02-26T10:06:28+00:00
qt/firstrunwizard: Fix 'pinned' default value

We need to apply the qt option if we want pinned controls to be applied.

- - - - -


1 changed file:

- modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp


Changes:

=====================================
modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
=====================================
@@ -139,7 +139,8 @@ void FirstRunWizard::finish()
 #if QT_CLIENT_SIDE_DECORATION_AVAILABLE
     config_PutInt( "qt-titlebar", ui.layoutGroup->checkedId() );
 #endif
-    p_intf->p_mi->setPinVideoControls( ui.layoutGroup->checkedId() );
+
+    config_PutInt( "qt-pin-controls", ui.layoutGroup->checkedId() );
 
     ControlbarProfileModel* controlbarModel = 
p_intf->p_mi->controlbarProfileModel();
     assert(controlbarModel);



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1c54a5eece90c84f9605a3c2d6c52b9ee9b15399

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/1c54a5eece90c84f9605a3c2d6c52b9ee9b15399
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to