Check if distro has path in settings
bool hasPath(String distroName) { return prefs.getString('Path_$distroName') != null ? true : false; }