Index: sources/gui/qml/main.qml =================================================================== diff -u -rc1651f840faf3ed767fb19b76742b68401f96272 -r948761855d595eb9ebedb948104da9f32f1e3c59 --- sources/gui/qml/main.qml (.../main.qml) (revision c1651f840faf3ed767fb19b76742b68401f96272) +++ sources/gui/qml/main.qml (.../main.qml) (revision 948761855d595eb9ebedb948104da9f32f1e3c59) @@ -15,6 +15,8 @@ // Qt import QtQuick 2.12 +import QtQml 2.15 +import QtQml.Models 2.15 // Project // C++ imports @@ -456,7 +458,7 @@ PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } DryDemoDialog { id: _dryDemoDialog ; z: 999 } - DiagnosticsDialog { id: _diagnosticsDialog; 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 // then cannot be anchored.