Set version to 4.7.17
This commit is contained in:
parent
0a01e2fc85
commit
57cecf0818
|
@ -1,6 +1,8 @@
|
||||||
4.7.17
|
4.7.17
|
||||||
========================
|
========================
|
||||||
* Fixed Cam4 pages
|
* Fixed Cam4 pages
|
||||||
|
* Fixed tray icon bug where the GUI would not open again, if it was minimized
|
||||||
|
by clicking in the tray icon
|
||||||
|
|
||||||
4.7.16
|
4.7.16
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -123,6 +123,7 @@ public class TrayIcon {
|
||||||
|
|
||||||
private void toggleVisibility(Stage stage) {
|
private void toggleVisibility(Stage stage) {
|
||||||
if (stage.isShowing()) {
|
if (stage.isShowing()) {
|
||||||
|
Platform.setImplicitExit(false);
|
||||||
Platform.runLater(stage::hide);
|
Platform.runLater(stage::hide);
|
||||||
} else {
|
} else {
|
||||||
restoreStage(stage);
|
restoreStage(stage);
|
||||||
|
|
Loading…
Reference in New Issue