Index: sources/gui/qml/main.qml =================================================================== diff -u -rc70815ad2b3beadf61832f2e4d12eb90d476e020 -rb9739918c71a21c181c8401f17ed05fb14996fec --- sources/gui/qml/main.qml (.../main.qml) (revision c70815ad2b3beadf61832f2e4d12eb90d476e020) +++ sources/gui/qml/main.qml (.../main.qml) (revision b9739918c71a21c181c8401f17ed05fb14996fec) @@ -434,6 +434,7 @@ AlarmItem { id: _alarmItem ; z: 996 } PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } + DryDemoDialog { id: _dryDemoDialog; z: 999 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem