mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
added preferences pane to main pref dialog and wired everything up (except the password bit)
added autoconnect pref and actions removing sync-engine.js as it doesn't look like we're using it anymore
This commit is contained in:
parent
c8e241c737
commit
afd2a6c01f
@ -2,4 +2,5 @@ pref("browser.places.sync.serverURL", "http://dotmoz.mozilla.org/");
|
||||
pref("browser.places.sync.username", "nobody@mozilla.com");
|
||||
pref("extensions.sync.lastversion", "firstrun");
|
||||
pref("extensions.sync.lastsync", "");
|
||||
pref("extensions.sync.remember", false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user