Index: sources/gui/qml/main.qml =================================================================== diff -u -r66ed4277f1a2219554e1920f3701c1eb438e9a0a -r1bbb0fdab1fae1d066e3692416dba145fc35d0db --- sources/gui/qml/main.qml (.../main.qml) (revision 66ed4277f1a2219554e1920f3701c1eb438e9a0a) +++ sources/gui/qml/main.qml (.../main.qml) (revision 1bbb0fdab1fae1d066e3692416dba145fc35d0db) @@ -324,26 +324,11 @@ anchors.top: parent.top } - SDCProgressItem { id: _sdcProgressItem - // TODO: disable this later. this is only for diagnostic purpose. - onDoubleClicked : { - if ( _GuiView.dryDemoMode ) { - let dryDemoTempID = 99 - let id = vConfirm.id - vConfirm.id = dryDemoTempID - vConfirm.doConfirm( true ) - vConfirm.id = id - } - else { - _diagnosticsDialog.open() - } - } - } - // keyboard should always be before AlarmItem to not to covet it. KeyboardItem { id: _keyboard } WiFiDialog { id: _wifiDialog } + StorageDialog { id: _storageDialog } LockDialog { id: _lockDialog } AlarmItem { id: _alarmItem ; z: 996 } PowerItem { id: _powerItem ; z: 997 }