Multi Commander Support Forum
Multi Commander => Support and Feedback => Topic started by: thylocene on July 13, 2021, 03:36:09
-
Is there a way to return the current MC Explorer ViewMode using MultiScript
example usage would be to toggle between Thumbnail view and the default
i.e. if (ViewMode MODE == 1) {
MC.Explorer.SetViewMode MODE=3
}
else {
MC.Explorer.SetViewMode MODE=1
}
-
No currently there is no script command for that.. I will check if that can be added