This commit is contained in:
Anuken
2020-02-12 13:26:29 -05:00
parent 258945a45a
commit 031b6e0bf8

View File

@@ -242,6 +242,9 @@ public class JoinDialog extends FloatingDialog{
} }
void setup(){ void setup(){
local.clear();
remote.clear();
global.clear();
float w = targetWidth(); float w = targetWidth();
hosts.clear(); hosts.clear();
@@ -255,7 +258,6 @@ public class JoinDialog extends FloatingDialog{
pane.setScrollingDisabled(true, false); pane.setScrollingDisabled(true, false);
setupRemote(); setupRemote();
refreshRemote();
cont.clear(); cont.clear();
cont.table(t -> { cont.table(t -> {