Index: sources/gui/qml/main.qml =================================================================== diff -u -rcfd72a3c90b4720f1e22459bbd13fbb12ac1b57f -rc526291a14df95ff0df319178992bf8418b55085 --- sources/gui/qml/main.qml (.../main.qml) (revision cfd72a3c90b4720f1e22459bbd13fbb12ac1b57f) +++ sources/gui/qml/main.qml (.../main.qml) (revision c526291a14df95ff0df319178992bf8418b55085) @@ -392,11 +392,7 @@ } onDoubleClicked : { if ( _GuiView.dryDemoMode ) { - let dryDemoTempID = 99 - let id = vConfirm.id - vConfirm.id = dryDemoTempID - vConfirm.doConfirm( true ) - vConfirm.id = id + _dryDemoDialog.open() } else { _diagnosticsDialog.open() @@ -411,6 +407,7 @@ PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } + DryDemoDialog { id: _dryDemoDialog ; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem // then cannot be anchored.