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 ae1ea82 commit f10f928Copy full SHA for f10f928
src/eez/modules/psu/gui/psu.cpp
@@ -1752,7 +1752,7 @@ void onEncoder(int counter, bool clicked) {
1752
#endif
1753
else if (activePageId == PAGE_ID_EDIT_MODE_STEP) {
1754
edit_mode_step::onEncoder(counter);
1755
- } else if (activePageId == PAGE_ID_FILE_MANAGER) {
+ } else if (activePageId == PAGE_ID_FILE_MANAGER || activePageId == PAGE_ID_FILE_BROWSER) {
1756
file_manager::onEncoder(counter);
1757
} else if (activePage) {
1758
activePage->onEncoder(counter);
0 commit comments