fix #82 (untested)
This commit is contained in:
parent
d8b9d2f62f
commit
1fe212e809
@ -162,7 +162,7 @@ public class MainApplication extends Application implements HttpServletRequestLi
|
||||
}
|
||||
|
||||
public void showUserException(Exception e) {
|
||||
getMainWindow().showNotification("Anwendungs-Fehler", "<br/ >" + e.getMessage(), Notification.TYPE_WARNING_MESSAGE);
|
||||
getMainWindow().showNotification("Anwendungs-Fehler", "<br/ >" + e.getMessage(), Notification.TYPE_ERROR_MESSAGE);
|
||||
}
|
||||
|
||||
public void showSystemException(Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user