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:
Klaus Basan
2017-02-14 04:32:20 +01:00
committed by Mathew Sutcliffe
parent f73ee87e13
commit 83dbd3fcb6
2 changed files with 18 additions and 3 deletions

View File

@@ -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;