showGenerator static method

bool showGenerator()

Implementation

static bool showGenerator() {
  switch(AppConfig.instance.appInUse) {
    case AppInUse.c:
      return true;
    default:
      return false;
  }
}