re-align some settings switches

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-09-29 15:25:29 -06:00
parent cf5ceaa959
commit e33bcf5e57
2 changed files with 9 additions and 3 deletions

View File

@@ -151,4 +151,10 @@ function restoreBackup(event) {
errorToast("An error has occurred, please check the file size and try again later.");
}
});
}
function handleDefaultReminderInputKeyDown() {
if (event.which == 13) {
updateSettings();
}
}