pyloid 0.23.5__tar.gz → 0.23.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyloid
3
- Version: 0.23.5
3
+ Version: 0.23.6
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.23.5"
3
+ version = "0.23.6"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -875,8 +875,8 @@ class _BrowserWindow:
875
875
 
876
876
  def _remove_from_app_windows(self):
877
877
  """Removes the window from the app's window list."""
878
- if self in self.app.windows_dict:
879
- self.app.windows_dict.pop(self.id)
878
+ self.app.windows_dict.pop(self.id)
879
+
880
880
  if not self.app.windows_dict:
881
881
  self.app.quit() # Quit the app if all windows are closed
882
882
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes