[vlc-commits] [Git][videolan/vlc][master] qt: do not unload the toolbar editor dialog once it is opened

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue May 20 04:44:42 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
03514737 by Fatih Uzunoglu at 2025-05-20T04:20:15+00:00
qt: do not unload the toolbar editor dialog once it is opened

This is to converge with the dialogs provider, where modal
dialogs are singleton and not destroyed when they are closed.

- - - - -


1 changed file:

- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml


Changes:

=====================================
modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
=====================================
@@ -587,14 +587,6 @@ Item {
         active: false
         source: "qrc:///qt/qml/VLC/Dialogs/ToolbarEditorDialog.qml"
 
-        Connections {
-            target: toolbarEditorDialogLoader.item
-
-            function onUnload() {
-                toolbarEditorDialogLoader.active = false
-            }
-        }
-
         Connections {
             target: DialogsProvider
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/03514737e8afe2461efa7612726cb0d669644137

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


VideoLAN code repository instance


More information about the vlc-commits mailing list