remove whitespace in 'Haveno [XMR_STAGENET ]' app header
This commit is contained in:
parent
7df6d67dbc
commit
a661a9f641
@ -243,7 +243,7 @@ public class HavenoApp extends Application implements UncaughtExceptionHandler {
|
||||
postFixes.add("DEV MODE");
|
||||
}
|
||||
if (!postFixes.isEmpty()) {
|
||||
appName += " [" + Joiner.on(", ").join(postFixes) + " ]";
|
||||
appName += " [" + Joiner.on(", ").join(postFixes) + "]";
|
||||
}
|
||||
|
||||
stage.setTitle(appName);
|
||||
|
Loading…
Reference in New Issue
Block a user