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
|
@ControllerAction
|
||||||
void restart() {
|
void restart() {
|
||||||
model.core.eventBus.publish(new RestartEvent())
|
model.core.eventBus.publish(new RestartEvent())
|
||||||
|
close()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ControllerAction
|
@ControllerAction
|
||||||
|
|
Loading…
Reference in New Issue