Skip to content

Commit

Permalink
merged Swordfish90#705: Add short form of --profile to match document…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
eric2801 committed Aug 14, 2024
1 parent 327d827 commit d94517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/qml/ApplicationSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ QtObject {

loadCustomProfiles()

var profileArgPosition = args.indexOf("--profile")
var profileArgPosition = args.indexOf(/-p|--profile/)
if (profileArgPosition !== -1) {
var profileIndex = getProfileIndexByName(
args[profileArgPosition + 1])
Expand Down

0 comments on commit d94517c

Please sign in to comment.