pyloid 0.26.4__py3-none-any.whl → 0.26.5__py3-none-any.whl

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.
pyloid/browser_window.py CHANGED
@@ -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 = {}
pyloid/ipc.py CHANGED
@@ -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(
@@ -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
@@ -3,10 +3,10 @@ pyloid/autostart.py,sha256=4q3YiYt2SKJiJV16FalISYVjg9X7b0l7eAmSWOhfXo0,3679
3
3
  pyloid/base_ipc/base.py,sha256=eo0mkAOCl2h9NDD1sQNYauS15iyEGNpXY5oO5n4nNPo,8052
4
4
  pyloid/base_ipc/event_api.py,sha256=JY8YfyTns4jMwZ43ob9KuGedMBSVML8FuQJHk_bDhFE,959
5
5
  pyloid/base_ipc/window_api.py,sha256=-isphU3m2wGB5U0yZrSuK_4XiBz2mG45HsjYTUq7Fxs,7348
6
- pyloid/browser_window.py,sha256=PB9Ai5DZDqefTRlto6R2OrPg0djRhMloTN2Bgenh-Gw,91551
6
+ pyloid/browser_window.py,sha256=M2dKhVz0BLh_4rQI0tGLAmbgfDJ63yKjgDhwn4DNCbo,91674
7
7
  pyloid/custom/titlebar.py,sha256=wkh3h6ZBOYJczTrOosgiTKiSL-ZU92RWQv4FjpnH9u8,3728
8
8
  pyloid/filewatcher.py,sha256=Rdu76qpwXpFNQuapZZBajRN_0svcPZa2s-06IBH4dkk,4062
9
- pyloid/ipc.py,sha256=V5YULDPnmXO9NRyYAW8_L8dx0OLCxLZi7A62shVM6mA,2253
9
+ pyloid/ipc.py,sha256=W58SIYN8rfx4ZwdryMCfb-UMy8VkmpFBF-a0wIGhYsA,2256
10
10
  pyloid/monitor.py,sha256=cCBQgX0OJg7Gt3WeNfb-koTNR17ZToN2Lq35o_2F350,23970
11
11
  pyloid/pyloid.py,sha256=5WfbuiW8JYi1B2AadoScyI5rrc_fq2GEoVdn1VEQhHM,74638
12
12
  pyloid/rpc.py,sha256=40KsbCnYotLm5M7S2Uo41ELV4N7ugz9tBtdfIfFIIG0,18964
@@ -17,7 +17,7 @@ pyloid/timer.py,sha256=YNxQn2HVMKBk417YDiz8WwhTmSAkbnGUyFGV2biUEPg,7821
17
17
  pyloid/tray.py,sha256=yHWsOMPpEjZa3W-T-O8Wrwo1GphCV-9adodLdxU0_mA,1673
18
18
  pyloid/url_interceptor.py,sha256=lA-i5Raw-GDRDMKHRO361N6igLfN9_mIANCXwZ_FZT8,771
19
19
  pyloid/utils.py,sha256=x7PGkgreV3l4K-Tke9W06t_VEtq0mH0AYWK695IR-mo,6416
20
- pyloid-0.26.4.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
21
- pyloid-0.26.4.dist-info/METADATA,sha256=UHz2T8eB_aEKVTeNZXk5bgurpDrD3-77zg56lqKbNNA,2298
22
- pyloid-0.26.4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
23
- pyloid-0.26.4.dist-info/RECORD,,
20
+ pyloid-0.26.5.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
21
+ pyloid-0.26.5.dist-info/METADATA,sha256=vRjpHU_PHJpGOV4mHTHFet15IXYVcubHQXMNKu3yheU,2298
22
+ pyloid-0.26.5.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
23
+ pyloid-0.26.5.dist-info/RECORD,,