Disable 'Import recent pads' by default on login

pull/1/head
yflory 6 years ago
parent 10823fc124
commit f79a70df65

@ -810,7 +810,7 @@ define([
placeholder: Msg.login_password, placeholder: Msg.login_password,
}), }),
h('div.checkbox-container', [ h('div.checkbox-container', [
Pages.createCheckbox('import-recent', Msg.register_importRecent, true), Pages.createCheckbox('import-recent', Msg.register_importRecent),
]), ]),
h('div.extra', [ h('div.extra', [
h('button.login.first.btn', Msg.login_login) h('button.login.first.btn', Msg.login_login)

Loading…
Cancel
Save