feature_22286 #6

Merged
francesco.mangiacrapa merged 16 commits from feature_22286 into master 2022-01-13 17:02:39 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit acae8dd735 - Show all commits

View File

@ -18,7 +18,7 @@ public class ModalWindow {
public ModalWindow(Image icon, String title, String msg, AlertType alertType) {
modal = new Modal(false);
modal = new Modal(true,true);
modal.hide(false);
modal.setTitle(title);
modal.setCloseVisible(true);