Fixed #1565
This commit is contained in:
@@ -242,6 +242,9 @@ public class JoinDialog extends FloatingDialog{
|
||||
}
|
||||
|
||||
void setup(){
|
||||
local.clear();
|
||||
remote.clear();
|
||||
global.clear();
|
||||
float w = targetWidth();
|
||||
|
||||
hosts.clear();
|
||||
@@ -255,7 +258,6 @@ public class JoinDialog extends FloatingDialog{
|
||||
pane.setScrollingDisabled(true, false);
|
||||
|
||||
setupRemote();
|
||||
refreshRemote();
|
||||
|
||||
cont.clear();
|
||||
cont.table(t -> {
|
||||
|
||||
Reference in New Issue
Block a user