mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
refs #883, display core mode selection first
* show news only if new * removed duplicate call of this->ps_loadedUpdateInfo (avoid redundant loads)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f73ee87e13
commit
83dbd3fcb6
@@ -55,7 +55,7 @@ public:
|
||||
explicit CSwiftLauncher(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSwiftLauncher();
|
||||
virtual ~CSwiftLauncher();
|
||||
|
||||
//! Executable
|
||||
const QString &getExecutable() const { return m_executable; }
|
||||
@@ -85,6 +85,7 @@ private:
|
||||
QTimer m_checkTimer { this };
|
||||
int m_startCoreWaitCycles = 0;
|
||||
int m_startMappingToolWaitCycles = 0;
|
||||
bool m_updateInfoLoaded = false;
|
||||
|
||||
//! Get core mode
|
||||
BlackCore::CoreModes::CoreMode getCoreMode() const;
|
||||
|
||||
Reference in New Issue
Block a user