If you have a question or an issue, please start a thread in our Github Discussions Forum. This forum is closed for new threads/ topics.
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi
How is it possible to know whether the app is running in electron mode (Windows executable) and only then to show a certain component (qToggle)? I should use V-IF but I don’t know what should be the condition inside.
Thanks
@amoss you can use a class https://quasar.dev/style/visibility#Platform-Related, or https://quasar.dev/options/platform-detection#Introduction.
Nice, thanks a lot