diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-02-12 18:09:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 18:09:15 +0100 |
| commit | 607fafa364a1f3935b289172e3291eafed13014b (patch) | |
| tree | a4695ea1507a8c25fada52617ff4e2b7d58e9ae3 /src/statusbar.cpp | |
| parent | 7dc28b10d9ed4cd4af15eeaca89b50996d6fd27d (diff) | |
| parent | 48274f33579076711c0475e84c7adf68c52df733 (diff) | |
Merge pull request #1408 from isanae/portable-shortcuts
Fixes for portable shortcuts
Diffstat (limited to 'src/statusbar.cpp')
| -rw-r--r-- | src/statusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
