From 83e38e793a1504ef5d21a40d4c14b6c5c15a057d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 24 Apr 2019 13:54:12 -0400 Subject: [PATCH 1/2] Fix for System Tray .Close. Should be calling self.Hide. --- PySimpleGUIQt/PySimpleGUIQt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySimpleGUIQt/PySimpleGUIQt.py b/PySimpleGUIQt/PySimpleGUIQt.py index bf34e0fe..696cbda7 100644 --- a/PySimpleGUIQt/PySimpleGUIQt.py +++ b/PySimpleGUIQt/PySimpleGUIQt.py @@ -3026,7 +3026,7 @@ class SystemTray: :return: ''' - self.TrayIcon.Hide() + self.Hide() # Don't close app because windows could be depending on it # self.App.quit() From ffaba464aa6ce2e31a3862644213f9bc84fd6448 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Wed, 24 Apr 2019 13:55:06 -0400 Subject: [PATCH 2/2] Release 0.26 type fixed. Removed version from front off file. --- PySimpleGUIQt/readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/PySimpleGUIQt/readme.md b/PySimpleGUIQt/readme.md index 84050c1d..1537cc64 100644 --- a/PySimpleGUIQt/readme.md +++ b/PySimpleGUIQt/readme.md @@ -16,7 +16,7 @@ ![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg) -![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.26431.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.26.0-orange.svg?longCache=true&style=for-the-badge) @@ -26,7 +26,7 @@ "Qt without the ugly" - ## The Alpha Release Version 0.231.0 + ## The Alpha Release [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -682,7 +682,4 @@ Dial - disable # License GNU Lesser General Public License (LGPL 3) + -# Acknowledgments - \ No newline at end of file +# Acknowledgments \ No newline at end of file