Standalone Mode Flag?

what is the way to find out if the plugin is in standalone mode?

You could use JUCEApplication::isStandaloneApp()

1 Like

many thanks!