Skip to content

Commit

Permalink
fix regression (updating client info)
Browse files Browse the repository at this point in the history
Allows auto-recentering of resized client windows
  • Loading branch information
fdev31 committed Oct 28, 2023
1 parent 1219b0c commit 5067829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyprland/plugins/scratchpads.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ async def run_show(self, uid) -> None:

self.log.info("Showing %s", uid)
await self.ensure_alive(uid, item)
await item.updateClientInfo()
await item.initialize()

item.visible = True
Expand Down

0 comments on commit 5067829

Please sign in to comment.