mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6 lines
218 B
JavaScript
6 lines
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"); |