work with 1.9.2 XULRunner, always set instantApply and comment our default prefs
[mandelbrot.git] / xulapp / defaults / preferences / prefs.js
index 3ab5a34960474cd01c0283bc95b4bd9043d38ac5..2fbe1fe2349b7eb60edcc63e7d383ab5cc192965 100644 (file)
 pref("toolkit.defaultChromeURI", "chrome://mandelbrot/content/mandelbrot.xul");
 
 /* default prefs */
+// use TraceMonkey by default for getting fast calculations
 pref("javascript.options.jit.chrome", true);
+// instantly apply prefs to make sure the image settings dialog works
+pref("browser.preferences.instantApply", true);
+// sync image proportions in the dialog by default
 pref("mandelbrot.syncProportions", true);
 
 /* debugging prefs */