v2.5.0: journal badges tab no longer defaults to local always

This commit is contained in:
Evan Debenham
2024-08-18 12:33:52 -04:00
parent bb90b16406
commit 42c24a948f
2 changed files with 2 additions and 1 deletions

View File

@@ -385,6 +385,7 @@ public class PixelScene extends Scene {
}
WndJournal.last_index = 4;
WndJournal.BadgesTab.global = badge.meta;
}
}

View File

@@ -1029,7 +1029,7 @@ public class WndJournal extends WndTabbed {
private Component badgesLocal;
private Component badgesGlobal;
private boolean global = false;
public static boolean global = false;
@Override
protected void createChildren() {