mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Added settings dialog.
This commit is contained in:
parent
fce0f5df04
commit
f7e9a7523f
9 changed files with 684 additions and 14 deletions
|
|
@ -15,8 +15,8 @@
|
|||
|
||||
#include "stdinstance.h"
|
||||
|
||||
StdInstance::StdInstance(QString dir) :
|
||||
InstanceBase(dir)
|
||||
StdInstance::StdInstance(QString rootDir) :
|
||||
InstanceBase(rootDir)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue