Set version to 4.7.17

This commit is contained in:
0xb00bface 2023-02-11 19:23:14 +01:00
parent 0a01e2fc85
commit 57cecf0818
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
4.7.17
========================
* 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
========================

View File

@ -123,6 +123,7 @@ public class TrayIcon {
private void toggleVisibility(Stage stage) {
if (stage.isShowing()) {
Platform.setImplicitExit(false);
Platform.runLater(stage::hide);
} else {
restoreStage(stage);