diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-18 05:30:57 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:02 -0500 |
| commit | f4ca82f798fa7e456bb904ed301ddc17db5410c8 (patch) | |
| tree | 4f27efe8f211ba5eb81a5e728b8d5d4ae7de4ed5 /src/commandline.h | |
| parent | ccab9eae8df3cf5367ce5cf164c98d1534ac13cb (diff) | |
fixed handling of profile names with different casing than on the filesystem
added --instance
Diffstat (limited to 'src/commandline.h')
| -rw-r--r-- | src/commandline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandline.h b/src/commandline.h index cdd1c917..ecc19c89 100644 --- a/src/commandline.h +++ b/src/commandline.h @@ -99,6 +99,8 @@ public: bool multiple() const; std::optional<QString> profile() const; + std::optional<QString> instance() const; + const MOShortcut& shortcut() const; std::optional<QString> nxmLink() const; std::optional<QString> executable() const; |
