Update PTB title

This commit is contained in:
crschnick 2023-10-04 17:19:22 +00:00
parent d96a38d7b2
commit 1b3bf708e6

View file

@ -79,7 +79,7 @@ public class App extends Application {
() -> {
var base = String.format(
"XPipe Desktop (%s)", AppProperties.get().getVersion());
var prefix = AppProperties.get().isStaging() ? "[STAGING, Not a proper release] " : "";
var prefix = AppProperties.get().isStaging() ? "[Public Test Build, Not a proper release] " : "";
var suffix = XPipeDistributionType.get()
.getUpdateHandler()
.getPreparedUpdate()