Duplicate ID check, hasItems cleanup, web host message, projector start

This commit is contained in:
Anuken
2018-06-17 23:19:58 -04:00
parent 4d9fab6cf2
commit 84d80525fa
43 changed files with 122 additions and 146 deletions

View File

@@ -63,11 +63,14 @@ public class PausedDialog extends FloatingDialog{
content().row();
if(!gwt) {
content().addButton("$text.hostserver", () -> {
content().addButton("$text.hostserver", () -> {
if(!gwt){
ui.host.show();
}).disabled(b -> Net.active());
}
}else{
ui.showInfo("$text.host.web");
}
}).disabled(b -> Net.active());
content().row();