hide the Update Available dialog when clicking Restart

dbus-notify
Zlatin Balevsky 2022-02-23 16:54:18 +00:00
parent 920a9d94f0
commit ccddc18d7a
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class UpdateController {
@ControllerAction
void restart() {
model.core.eventBus.publish(new RestartEvent())
close()
}
@ControllerAction