GH-2352 Add Minecraft folder button for instances, rearrange buttons by importance
This commit is contained in:
parent
14f85813c8
commit
e4c33458f2
12 changed files with 84 additions and 45 deletions
|
@ -102,6 +102,12 @@ public:
|
|||
/// Path to the instance's root directory.
|
||||
QString instanceRoot() const;
|
||||
|
||||
/// Path to the instance's game root directory.
|
||||
virtual QString gameRoot() const
|
||||
{
|
||||
return instanceRoot();
|
||||
}
|
||||
|
||||
QString name() const;
|
||||
void setName(QString val);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue