mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #800, fixed issues reported by MS
https://dev.vatsim-germany.org/issues/800#note-2
This commit is contained in:
@@ -75,7 +75,6 @@ namespace BlackGui
|
||||
menuActions.addMenuSimulator();
|
||||
if (this->m_messageFrame)
|
||||
{
|
||||
const CAircraftModel model(mv->selectedObject());
|
||||
if (!model.getIconPath().isEmpty())
|
||||
{
|
||||
this->m_iconAction = menuActions.addAction(this->m_iconAction, CIcons::appAircraft16(), "Display icon", CMenuAction::pathSimulator(), { this, &CShowSimulatorFileMenu::ps_displayIcon });
|
||||
|
||||
Reference in New Issue
Block a user