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; }); } });