More system properties because yes!! 🎉

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2023-08-11 00:02:27 +01:00
parent 7c547f6452
commit e2d77f21ba
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
3 changed files with 24 additions and 4 deletions

View file

@ -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!!!