cache pref.
This commit is contained in:
Родитель
5daa6940e7
Коммит
a781616e4a
|
@ -125,6 +125,10 @@
|
|||
preference="browser.download.dir"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
<textbox id="downloadDirDisplay" disabled="true"
|
||||
style="margin:3px ! important; visibility:hidden"
|
||||
|
@ -141,6 +145,31 @@
|
|||
</hbox>
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
|
||||
<groupbox class='box-prefgroupitem' >
|
||||
|
||||
<caption label="&useDiskCache.label;"/>
|
||||
|
||||
<vbox class="box-prefpadding">
|
||||
|
||||
<checkbox id="useDiskCache" tabindex="53"
|
||||
label="&storeCacheStorageCard.label;"
|
||||
preference="browser.cache.disk.enable"
|
||||
onclick="syncPref(this);" />
|
||||
|
||||
<hbox flex="1">
|
||||
|
||||
<box onchange="syncPref(this)"
|
||||
id="storeCacheStorageCard"
|
||||
preference="browser.cache.disk.parent_directory"
|
||||
/>
|
||||
|
||||
</hbox>
|
||||
|
||||
</vbox>
|
||||
</groupbox>
|
||||
|
||||
</vbox>
|
||||
</groupbox>
|
||||
</hbox>
|
||||
|
|
Загрузка…
Ссылка в новой задаче