This commit is contained in:
Kelvin 2025-02-04 00:50:18 -03:00
parent afa34c74d7
commit c33aa3c874

View file

@ -192,7 +192,6 @@ export class WindowManager {
});
this.mainWindow.on("close", async () => {
const lastBounds = this.mainWindow?.getBounds();
const userPreferences = await db.get<string, UserPreferences>(
levelKeys.userPreferences,
{