mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refactor: Minor cleanup
This commit is contained in:
@@ -81,7 +81,7 @@ namespace swift::gui::models
|
||||
|
||||
case OwnAircraftModelMappingTool:
|
||||
case StashModel:
|
||||
m_columns.addColumn(CColumn::standardString("model", CAircraftModel::IndexModelString));
|
||||
m_columns.addColumn(CColumn::standardString("model", { CAircraftModel::IndexModelString }));
|
||||
m_columns.addColumn(
|
||||
CColumn("DB", "DB metadata", CAircraftModel::IndexDatabaseIcon, new CPixmapFormatter()));
|
||||
if (mode == StashModel)
|
||||
|
||||
Reference in New Issue
Block a user