mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
7 lines
239 B
JavaScript
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);
|