[multimedia/kdenlive] src/dialogs: fix: bug: hang when splash closed, and false crash alarm on restart
Jean-Baptiste Mardelle <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5964b2591dd7f11662a5275af66bed4ea5ca43c8 by Jean-Baptiste Mardelle, on behalf of no name.
Committed on 17/08/2026 at 11:08.
Pushed by mardelle into branch 'master'.
fix: bug: hang when splash closed, and false crash alarm on restart
M +5 -0 src/dialogs/Splash.qml
https://invent.kde.org/multimedia/kdenlive/-/commit/5964b2591dd7f11662a5275af66bed4ea5ca43c8
diff --git a/src/dialogs/Splash.qml b/src/dialogs/Splash.qml
index af0b60af2b..57659e470f 100644
--- a/src/dialogs/Splash.qml
+++ b/src/dialogs/Splash.qml
@@ -61,6 +61,11 @@ Window {
width: splashContent.implicitWidth
height: splashContent.implicitHeight
+ onClosing: function(close) {
+ close.accepted = true
+ splash.closeApp()
+ }
+
function fade()
{
fadeAnimation.start()