From f4ca82f798fa7e456bb904ed301ddc17db5410c8 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 18 Jul 2020 05:30:57 -0400 Subject: fixed handling of profile names with different casing than on the filesystem added --instance --- src/commandline.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commandline.h') 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 profile() const; + std::optional instance() const; + const MOShortcut& shortcut() const; std::optional nxmLink() const; std::optional executable() const; -- cgit v1.3.1