Index: sources/gui/qml/main.qml =================================================================== diff -u -r68b2f45fa2c94793d0169773fde07c0c5ef9cccf -rc47d6680e0514292d7cc9b59ba0361aa8f335927 --- sources/gui/qml/main.qml (.../main.qml) (revision 68b2f45fa2c94793d0169773fde07c0c5ef9cccf) +++ sources/gui/qml/main.qml (.../main.qml) (revision c47d6680e0514292d7cc9b59ba0361aa8f335927) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. + * Copyright (c) 2019-2025 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file main.qml * \author (last) Behrouz NematiPour - * \date (last) 10-Jul-2024 + * \date (last) 25-Feb-2025 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 * @@ -407,7 +407,7 @@ PowerItem { id: _powerItem ; z: 997 } ConfirmDialog { id: _confirmDialog ; z: 998 } DiagnosticsDialog { id: _diagnosticsDialog; z: 999 } - DryDemoDialog { id: _dryDemoDialog ; z: 999 } + DryDemoDialog { id: _dryDemoDialog ; z: 999 } // Same z order because diagnostics is not used in dryDemo // Note: NotificationBar has to be anchored to the main menu and if it is moved into the AlarmItem // then cannot be anchored.