Clarify staging notice

This commit is contained in:
crschnick 2023-07-09 06:51:24 +00:00
parent d2e71d0a27
commit e9982b4903

View file

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