Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into current_time

This commit is contained in:
Trial97 2023-11-18 10:45:24 +02:00
commit 9f39e45b28
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
182 changed files with 12640 additions and 1229 deletions

View file

@ -390,7 +390,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!!!