mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
6 lines
No EOL
218 B
JavaScript
6 lines
No EOL
218 B
JavaScript
user_pref("testPref.bool1", true);
|
|
user_pref("testPref.bool2", false);
|
|
user_pref("testPref.int1", 23);
|
|
user_pref("testPref.int2", -1236);
|
|
user_pref("testPref.char1", "_testPref");
|
|
user_pref("testPref.char2", "älskar"); |