showVst static method
Implementation
static bool showVst() {
if (AppConfig.instance.appInUse != AppInUse.g) return false;
return kDebugMode || _isAdminOrAbove();
}
static bool showVst() {
if (AppConfig.instance.appInUse != AppInUse.g) return false;
return kDebugMode || _isAdminOrAbove();
}