Fixed #1565
This commit is contained in:
@@ -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 -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user