mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Rewrote the settings system. It may still need some work.
This commit is contained in:
parent
a7111b1328
commit
498225debd
23 changed files with 783 additions and 272 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "pathutils.h"
|
||||
|
||||
Instance::Instance(const QString &rootDir, QObject *parent) :
|
||||
SettingsBase(parent)
|
||||
QObject(parent)
|
||||
{
|
||||
m_rootDir = rootDir;
|
||||
config.loadFile(PathCombine(rootDir, "instance.cfg"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue