re-align some settings switches
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user