Author Topic: Return current MC Explorer ViewMode using MultiScript  (Read 3698 times)

thylocene

  • Newbie
  • *
  • Posts: 7
    • View Profile
Return current MC Explorer ViewMode using MultiScript
« 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
      }

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: Return current MC Explorer ViewMode using MultiScript
« Reply #1 on: July 13, 2021, 14:42:48 »
No currently there is no script command for that.. I will check if that can be added