omegafox/settings/defaults/pref/local-settings.js
2025-04-21 11:27:30 -07:00

7 lines
239 B
JavaScript

// Sets up the .cfg file.
//Specifies the .cfg filename (path cannot be changed)
pref("general.config.filename", "omegafox.cfg");
//Allows .cfg file to be stored in plain text without obfuscation
pref("general.config.obscure_value", 0);