mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 08:17:57 +00:00
remove whitespace in 'Haveno [XMR_STAGENET ]' app header
This commit is contained in:
parent
7df6d67dbc
commit
a661a9f641
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public class HavenoApp extends Application implements UncaughtExceptionHandler {
|
||||||
postFixes.add("DEV MODE");
|
postFixes.add("DEV MODE");
|
||||||
}
|
}
|
||||||
if (!postFixes.isEmpty()) {
|
if (!postFixes.isEmpty()) {
|
||||||
appName += " [" + Joiner.on(", ").join(postFixes) + " ]";
|
appName += " [" + Joiner.on(", ").join(postFixes) + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
stage.setTitle(appName);
|
stage.setTitle(appName);
|
||||||
|
|
Loading…
Reference in a new issue