This commit is contained in:
Lucas Oskorep
2025-04-18 01:57:45 -04:00
parent b8f16afb4e
commit a08798290a

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