Bugfix: relaunch the client when on settings validation (new login/password for example)

This commit is contained in:
Laurent Clouet
2015-01-27 21:44:32 +00:00
parent f1c5738dd5
commit c801835c83
4 changed files with 37 additions and 5 deletions

View File

@@ -291,8 +291,5 @@ public class Worker {
hook.attachShutDownHook();
gui.start();
cli.run();
cli.stop();
}
}