GH-1148 New instance name is either version or modpack 'base name'
Default names now use the placeholder text in the new instance dialog.
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
||||
|
||||
void updateDialogState();
|
||||
|
||||
void setSelectedVersion(BaseVersionPtr version, bool initial = false);
|
||||
void setSelectedVersion(BaseVersionPtr version);
|
||||
|
||||
void loadVersionList();
|
||||
|
||||
@ -56,4 +56,5 @@ private:
|
||||
|
||||
BaseVersionPtr m_selectedVersion;
|
||||
QString InstIconKey;
|
||||
QString originalPlaceholderText;
|
||||
};
|
||||
|
Reference in New Issue
Block a user