refactor: cleanup

This commit is contained in:
zhom
2026-07-08 01:19:52 +04:00
parent eb6ded2772
commit 6f0ffc79ee
9 changed files with 28 additions and 22 deletions
+1 -2
View File
@@ -1050,8 +1050,7 @@ export function SettingsDialog({
// Await the rollover so the user sees an error if
// re-syncing fails. Previously the rollover was
// fire-and-forget (`void invoke(...)`) which left
// half-removed state on screen with no feedback
// the source of issue #360 "completely bugged".
// half-removed state on screen with no feedback.
await invoke("delete_e2e_password");
setHasE2ePassword(false);
try {