From 17f1cf0aabf29453f7c00644f7aee93f83f2bca8 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Fri, 2 Nov 2018 21:02:14 -0500 Subject: Allow switching instances when MO is launched with moshortcut://: --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index bfc3b926..43b52609 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -715,5 +715,6 @@ int main(int argc, char *argv[]) return result; } argc = 1; + moshortcut = MOShortcut(""); } while (true); } -- cgit v1.3.1