New Channel UI implemented.
This commit is contained in:
@@ -97,9 +97,4 @@ public class NewGroupController {
|
||||
// Auto_focus search bar when overlay opens
|
||||
Platform.runLater(() -> groupNameField.requestFocus());
|
||||
}
|
||||
|
||||
private void showAlert(String msg) {
|
||||
Alert alert = new Alert(Alert.AlertType.WARNING, msg, ButtonType.OK);
|
||||
alert.showAndWait();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user