1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Update mainwindow_moc.cpp

This commit is contained in:
Laserlicht 2023-09-21 22:05:15 +02:00 committed by GitHub
parent 5fd2eee3e8
commit 530e4533ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ void MainWindow::load()
QDir::addSearchPath("icons", pathToQString(VCMIDirs::get().userDataPath() / "launcher" / "icons"));
#endif
settings.init();
settings.init("config/settings.json", "vcmi:settings");
}
void MainWindow::computeSidePanelSizes()