Use nymea path as default settings directory
This commit is contained in:
parent
304de13c92
commit
09fdd20dbd
@ -60,7 +60,7 @@ protected:
|
||||
bool m_available = false;
|
||||
bool m_canUpdate = false;
|
||||
bool m_updateRunning = false;
|
||||
QDir m_settingsDirectory;
|
||||
QDir m_settingsDirectory = QDir("/etc/nymea/");
|
||||
|
||||
void setAvailable(bool available);
|
||||
void setFirmwareVersion(const QString &firmwareVersion);
|
||||
|
||||
Reference in New Issue
Block a user