mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
for now, hide the download manager group box for thunderbird until thunderbird is hooked up to use it.
This commit is contained in:
parent
a059912ad0
commit
9f164aa99e
@ -63,7 +63,8 @@
|
||||
</radiogroup>
|
||||
</groupbox>
|
||||
|
||||
<groupbox align="start">
|
||||
#ifndef MOZ_THUNDERBIRD
|
||||
<groupbox align="start">
|
||||
<caption label="&downloadManagerWindow.label;"/>
|
||||
|
||||
<checkbox id="showWhenStarting" label="&showWhenStarting.label;"
|
||||
@ -71,7 +72,8 @@
|
||||
oncommand="toggleDMPrefUI(event.target);"/>
|
||||
<checkbox id="closeWhenDone" label="&closeWhenDone.label;" class="indent"
|
||||
prefstring="browser.download.closeWhenDone"/>
|
||||
</groupbox>
|
||||
</groupbox>
|
||||
#endif
|
||||
|
||||
<groupbox flex="1">
|
||||
<caption label="&fileTypes.label;"/>
|
||||
|
Loading…
Reference in New Issue
Block a user