Skip to content

Commit

Permalink
sorts the platforms in help output a to z
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemba committed Sep 10, 2023
1 parent 074fdb8 commit a375341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ void Platform::loadConfig(const QString& configPath)
platformToAliases[platformName].push_back(aliasName);
}
}
platforms.sort();
}

void Platform::clearConfigData()
Expand Down

0 comments on commit a375341

Please sign in to comment.