mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T215, remember last server and model as cache value
* also remember last server not VATSIM server * remember last model used * server list selector uses remembered value * login component sets those values
This commit is contained in:
@@ -83,16 +83,6 @@ namespace BlackGui
|
||||
static const QString &humanReadable() { static const QString name("General GUI"); return name; }
|
||||
};
|
||||
|
||||
//! Settings for last manual entries of own aircraft mode
|
||||
struct TOwnAircraftModel : public BlackMisc::TSettingTrait<BlackMisc::Simulation::CAircraftModel>
|
||||
{
|
||||
//! \copydoc BlackCore::TSettingTrait::key
|
||||
static const char *key() { return "guinownaircraftmodel"; }
|
||||
|
||||
//! \copydoc BlackCore::TSettingTrait::humanReadable
|
||||
static const QString &humanReadable() { static const QString name("Own aircraft"); return name; }
|
||||
};
|
||||
|
||||
//! Settings for last manual entries of own aircraft mode
|
||||
struct TBackgroundConsolidation : public BlackMisc::TSettingTrait<int>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user