mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
*Full* folder name is the instance ID, not just the first part.
This commit is contained in:
parent
3a173648e7
commit
4fd5bdb01b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Instance::Instance(const QString &rootDir, QObject *parent) :
|
|||
|
||||
QString Instance::id() const
|
||||
{
|
||||
return QFileInfo(rootDir()).baseName();
|
||||
return QFileInfo(rootDir()).fileName();
|
||||
}
|
||||
|
||||
QString Instance::rootDir() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue