From 99fdf19e4abdda7f57226dd3f16dc4e6807527c6 Mon Sep 17 00:00:00 2001 From: Ivan Perzhinsky <94743980+xzripper@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:40:54 +0200 Subject: [PATCH] Small fix. Small fix. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2325c1b..ffbd6f5 100644 --- a/main.py +++ b/main.py @@ -206,4 +206,4 @@ def main() -> None: logger.info('Initializing window...') -ImGuiStandalone('Mouse Image Drawer.', 375, 215, True, 'insert', None).loop(main) +ImGuiStandalone('Mouse Image Drawer.', 375, 215, True, None, None).loop(main)