mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-03-30 15:08:34 +00:00
Merge bf85438483cf938f97e596faeba99027af29931e into f157648d1e51878a10e02a8836c1e15aa8c59cc9
This commit is contained in:
commit
29181d7015
@ -721,7 +721,7 @@ QtObject {
|
||||
|
||||
loadCustomProfiles()
|
||||
|
||||
var profileArgPosition = args.indexOf("--profile")
|
||||
var profileArgPosition = args.indexOf(/-p|--profile/)
|
||||
if (profileArgPosition !== -1) {
|
||||
var profileIndex = getProfileIndexByName(
|
||||
args[profileArgPosition + 1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user