Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: thylocene on July 13, 2021, 03:36:09

Title: Return current MC Explorer ViewMode using MultiScript
Post 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
      }
Title: Re: Return current MC Explorer ViewMode using MultiScript
Post by: Mathias (Author) on July 13, 2021, 14:42:48
No currently there is no script command for that.. I will check if that can be added