From 48274f33579076711c0475e84c7adf68c52df733 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Fri, 12 Feb 2021 03:22:52 -0500 Subject: - renamed instance::name() to displayName() to reduce confusion with portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances --- src/statusbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar.cpp') diff --git a/src/statusbar.cpp b/src/statusbar.cpp index 8fa43d5b..39acc32e 100644 --- a/src/statusbar.cpp +++ b/src/statusbar.cpp @@ -155,7 +155,7 @@ void StatusBar::updateNormalMessage(OrganizerCore& core) QString instance = "?"; if (auto i=InstanceManager::singleton().currentInstance()) - instance = i->name(); + instance = i->displayName(); QString profile = core.profileName(); -- cgit v1.3.1