2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Port forgetten places to Core::Launcher::Instance()

This commit is contained in:
Ilya Fedin
2023-06-16 02:57:27 +04:00
committed by John Preston
parent 1d234ea990
commit 2c1a2088b7
6 changed files with 10 additions and 22 deletions

View File

@@ -348,7 +348,7 @@ int Launcher::exec() {
}
// Must be started before Platform is started.
Logs::start(this);
Logs::start();
base::options::init(cWorkingDir() + "tdata/experimental_options.json");
// Must be called after options are inited.