OneSix instances now have a minecraft folder inside.
Also, the main instance view was expanded with helpful key events: F2 for rename, F5 for refresh, Enter for start instance, Delete for...
This commit is contained in:
parent
7e78a422e8
commit
ff33d4a1a4
14 changed files with 173 additions and 43 deletions
|
@ -56,7 +56,10 @@ public:
|
|||
QString instanceType() const;
|
||||
|
||||
/// Path to the instance's root directory.
|
||||
QString rootDir() const;
|
||||
QString instanceRoot() const;
|
||||
|
||||
/// Path to the instance's minecraft directory.
|
||||
QString minecraftRoot() const;
|
||||
|
||||
QString name() const;
|
||||
void setName(QString val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue