Disable 'Import recent pads' by default on login
This commit is contained in:
parent
10823fc124
commit
f79a70df65
@ -810,7 +810,7 @@ define([
|
||||
placeholder: Msg.login_password,
|
||||
}),
|
||||
h('div.checkbox-container', [
|
||||
Pages.createCheckbox('import-recent', Msg.register_importRecent, true),
|
||||
Pages.createCheckbox('import-recent', Msg.register_importRecent),
|
||||
]),
|
||||
h('div.extra', [
|
||||
h('button.login.first.btn', Msg.login_login)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user