From 449c6bac9a9766302c85ff92fe94511e0dcc8740 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 8 Sep 2026 23:47:32 +0200 Subject: [PATCH] feat(app): connect overlay on_display_change to controller.refresh_display_bounds --- catser/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catser/app.py b/catser/app.py index e78267f..f2c37be 100644 --- a/catser/app.py +++ b/catser/app.py @@ -55,6 +55,7 @@ class CatserApp: on_mouse_down=self.controller.on_mouse_down, on_mouse_move=self.controller.on_mouse_move, on_mouse_up=self.controller.on_mouse_up, + on_display_change=self.controller.refresh_display_bounds, ) # 4. ActivityWatch Initial Ping