mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
5 lines
273 B
JavaScript
5 lines
273 B
JavaScript
// testPrefSticky.js defined this pref as a sticky_pref(). Once a sticky
|
|
// pref has been changed, it's written as a user_pref().
|
|
// So this test file reflects that scenario.
|
|
// Note the default in testPrefSticky.js is also false.
|
|
user_pref("testPref.sticky.bool", false);
|