This commit is contained in:
Lucas Oskorep
2025-04-18 01:57:45 -04:00
parent 9bf199b1a6
commit cbaafc6e08

View File

@@ -165,7 +165,7 @@ export class WindowWrapper {
} catch (e) { } catch (e) {
console.error("Error resizing window:", e); console.error("Error resizing window:", e);
} }
return GLib.SOURCE_feaREMOVE; return GLib.SOURCE_REMOVE;
}); });
} }
}); });