mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Instance view, model, delegate.
This commit is contained in:
parent
36396f7c6a
commit
46f93311af
24 changed files with 3585 additions and 111 deletions
|
|
@ -18,10 +18,11 @@
|
|||
#include <setting.h>
|
||||
|
||||
#include <QPoint>
|
||||
#include <QApplication>
|
||||
//#include <QColor>
|
||||
|
||||
AppSettings::AppSettings(QObject *parent) :
|
||||
BasicSettingsObject(parent)
|
||||
INISettingsObject(QApplication::applicationDirPath() + "/multimc.cfg",parent)
|
||||
{
|
||||
// Updates
|
||||
registerSetting(new Setting("UseDevBuilds", false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue