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

View File

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