This commit is contained in:
Timothy Jaeryang Baek
2025-07-29 14:15:34 +04:00
parent a6a944c847
commit eb2ebd2c1d
@@ -58,9 +58,6 @@
config = null;
await window.electronAPI.resetApp();
toast.success("App has been reset successfully.");
// refresh the page to apply changes
window.location.reload();
} catch (error) {
toast.error("Failed to reset the app");
}