More system properties because yes!! 🎉
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
7c547f6452
commit
e2d77f21ba
3 changed files with 24 additions and 4 deletions
|
@ -385,7 +385,7 @@ QString BaseInstance::name() const
|
|||
|
||||
QString BaseInstance::windowTitle() const
|
||||
{
|
||||
return BuildConfig.LAUNCHER_DISPLAYNAME + ": " + name().replace(QRegularExpression("\\s+"), " ");
|
||||
return BuildConfig.LAUNCHER_DISPLAYNAME + ": " + name();
|
||||
}
|
||||
|
||||
// FIXME: why is this here? move it to MinecraftInstance!!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue