Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 56f1c9a

Browse files
committed
Bug 1707996 - change checkboxes in download dialog to native, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D113638
1 parent 9d3c9e0 commit 56f1c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolkit/mozapps/downloads/content/unknownContentType.xhtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
<hbox class="small-indent">
9999
<checkbox id="rememberChoice" label="&rememberChoice.label;"
100100
accesskey="&rememberChoice.accesskey;"
101-
oncommand="dialog.toggleRememberChoice(event.target);"/>
101+
oncommand="dialog.toggleRememberChoice(event.target);"
102+
native="true"/>
102103
</hbox>
103104

104105
<separator/>

0 commit comments

Comments
 (0)