test application now calls shutdown()

This commit is contained in:
nathan 2016-02-13 19:01:31 +01:00
parent 923da17502
commit 42f2c8ea71

View File

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