fix regression (updating client info)

Allows auto-recentering of resized client windows
This commit is contained in:
fdev31 2023-10-28 16:01:00 +02:00
parent 1219b0c034
commit 506782977e

View file

@ -426,6 +426,7 @@ class Extension(Plugin): # pylint: disable=missing-class-docstring {{{
self.log.info("Showing %s", uid)
await self.ensure_alive(uid, item)
await item.updateClientInfo()
await item.initialize()
item.visible = True