mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T264, better display of other installed swift versions
* improved CApplicationInfo, added property support * renamed functions
This commit is contained in:
@@ -550,7 +550,7 @@ namespace BlackGui
|
||||
addMenuForStyleSheets(menu);
|
||||
QAction *a = nullptr;
|
||||
bool c = false;
|
||||
if (this->getApplicationInfo().application() != CApplicationInfo::Laucher)
|
||||
if (this->getApplicationInfo().getApplication() != CApplicationInfo::Laucher)
|
||||
{
|
||||
menu.addSeparator();
|
||||
a = menu.addAction(CIcons::swiftLauncher24(), "Start swift launcher");
|
||||
|
||||
Reference in New Issue
Block a user