This commit is contained in:
Lucas Oskorep
2026-03-02 23:32:52 -05:00
parent b8f16afb4e
commit a08798290a
+1 -1
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;
}); });
} }
}); });