Disable 'Import recent pads' by default on login

This commit is contained in:
yflory 2018-09-13 10:26:23 +02:00
parent 10823fc124
commit f79a70df65

View file

@ -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)