isDesktop property

bool isDesktop
getter/setter pair

Whether the app is running on a desktop platform (macOS, Windows, or Linux).

Implementation

static bool isDesktop = isMacOS || isWindows || isLinux;