This commit is contained in:
Lucas Oskorep
2025-04-18 01:57:45 -04:00
parent e1e240924a
commit 7b0f37f3f9

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