From 7b0f37f3f9a3f927fb1f592cbe7164a451ddfee8 Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Fri, 18 Apr 2025 01:57:45 -0400 Subject: [PATCH] fix --- src/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.ts b/src/window.ts index fa59df3..f3440fc 100644 --- a/src/window.ts +++ b/src/window.ts @@ -165,7 +165,7 @@ export class WindowWrapper { } catch (e) { console.error("Error resizing window:", e); } - return GLib.SOURCE_feaREMOVE; + return GLib.SOURCE_REMOVE; }); } });