Explorar el Código

add cache dir pref

pull/1/head
10sr hace 12 años
padre
commit
0c35817e51
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      _keysnail.js

+ 8
- 0
_keysnail.js Ver fichero

@@ -158,6 +158,14 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// エクステ

ext.add("my-setpref2", function(){
util.setPrefs(
{
"browser.cache.disk.parent_directory":"/tmp"
}
);
}, "my setpref2");

ext.add('my-setpref', function(){
util.setPrefs(
{


Cargando…
Cancelar
Guardar