test application now calls `shutdown()`

This commit is contained in:
nathan 2016-02-13 19:01:31 +01:00
parent 923da17502
commit 42f2c8ea71
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class TestTray {
@Override
public
void onClick(final SystemTray systemTray, final MenuEntry menuEntry) {
systemTray.shutdown();
System.exit(0);
}
});