Fix conflict

This commit is contained in:
Sebastian-byte
2021-12-10 18:07:09 -05:00
93 changed files with 2893 additions and 2663 deletions

View File

@@ -839,6 +839,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
qDebug() << "Loading accounts...";
m_accounts->setListFilePath("accounts.json", true);
m_accounts->loadList();
m_accounts->fillQueue();
qDebug() << "<> Accounts loaded.";
}