bump compatibility version numbers
[mandelbrot.git] / xulapp / defaults / preferences / prefs.js
index a3e0f834421c2396c456335890e48c38850edd26..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 */
 pref("browser.dom.window.dump.enabled", true);