fixed empty line in code
This commit is contained in:
parent
f512dd1fa6
commit
6642b0fc70
1 changed files with 0 additions and 3 deletions
|
|
@ -140,9 +140,6 @@ void SettingsController::restoreAppConfigFromData(const QByteArray &data)
|
|||
{
|
||||
bool ok = m_settings->restoreAppConfig(data);
|
||||
if (ok) {
|
||||
QJsonObject newConfigData = QJsonDocument::fromJson(data).object();
|
||||
|
||||
|
||||
#if defined(Q_OS_WINDOWS) || defined(Q_OS_LINUX) || defined(Q_OS_MACX)
|
||||
bool autoStartEnabled = m_settings->isAutoStart();
|
||||
toggleAutoStart(autoStartEnabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue