1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +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

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()