We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde5309 commit d40b6fcCopy full SHA for d40b6fc
src/open/ServerConsentView.js
@@ -51,7 +51,7 @@ export class ServerConsentView extends TemplateView {
51
t.form({action: "#", id: "serverConsentForm", onSubmit: evt => this._onSubmit(evt)}, [
52
t.mapView(vm => vm.showSelectServer, show => show ? new ServerOptions(vm) : null),
53
t.div({className: "actions"}, [
54
- t.label([t.input({type: "checkbox", name: "askEveryTime"}), "Ask every time"]),
+ t.label([t.input({type: "checkbox", name: "askEveryTime", checked: True}), "Ask every time"]),
55
t.input({type: "submit", value: "Continue", className: "primary fullwidth"})
56
])
57
0 commit comments