We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b53fc commit 1625e8eCopy full SHA for 1625e8e
src/eez/modules/psu/gui/psu.cpp
@@ -481,7 +481,7 @@ void PsuAppContext::onPageChanged(int previousPageId, int activePageId) {
481
if (activePageId == PAGE_ID_MAIN) {
482
animateHideSysSettings();
483
} else if (activePageId == PAGE_ID_SYS_SETTINGS) {
484
- animateSettingsSlideRight(previousPageId == PAGE_ID_SYS_INFO);
+ animateSettingsSlideRight(previousPageId == PAGE_ID_SYS_INFO || previousPageId == PAGE_ID_SYS_SETTINGS_ENCODER || previousPageId == PAGE_ID_SYS_SETTINGS_DATE_TIME);
485
} else if (activePageId == PAGE_ID_SYS_SETTINGS_MQTT) {
486
animateSettingsSlideLeft(false);
487
}
0 commit comments