mirror of https://github.com/zlatinb/muwire
hide the Update Available dialog when clicking Restart
parent
920a9d94f0
commit
ccddc18d7a
|
@ -22,6 +22,7 @@ class UpdateController {
|
|||
@ControllerAction
|
||||
void restart() {
|
||||
model.core.eventBus.publish(new RestartEvent())
|
||||
close()
|
||||
}
|
||||
|
||||
@ControllerAction
|
||||
|
|
Loading…
Reference in New Issue