refactor: use one parameter per line

This commit is contained in:
Alfredo Monclus
2025-05-25 06:53:17 -06:00
parent 15e14aaaea
commit 2397a44ae3

View File

@@ -70,7 +70,8 @@ class KlipperScreen(Gtk.Window):
_ws = None _ws = None
reinit_count = 0 reinit_count = 0
max_retries = 4 max_retries = 4
initialized = initializing = False initialized = False
initializing = False
popup_timeout = None popup_timeout = None
wayland = False wayland = False
windowed = False windowed = False