pyloid 0.26.4__tar.gz → 0.26.5__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.26.4
3
+ Version: 0.26.5
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.26.4"
3
+ version = "0.26.5"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -444,6 +444,9 @@ class _BrowserWindow:
444
444
  ]
445
445
 
446
446
  for ipc in IPCs:
447
+ ipc.window_id: str = self.id
448
+ ipc.window: 'BrowserWindow' = self
449
+ ipc.pyloid: 'Pyloid' = self.app.pyloid_wrapper
447
450
  self.IPCs.append(ipc)
448
451
 
449
452
  self.shortcuts = {}
@@ -74,7 +74,7 @@ class PyloidIPC(QObject):
74
74
  super().__init__()
75
75
  self.window_id: str = None
76
76
  self.window: 'BrowserWindow' = None
77
- self.app: 'Pyloid' = None
77
+ self.pyloid: 'Pyloid' = None
78
78
 
79
79
 
80
80
  def Bridge(
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