mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
/*
|
|
Default pref values for the PalmSync Extension
|
|
*/
|
|
|
|
// global pref used to keep track of whether we have run PalmSyncInstall.exe
|
|
// for the current installation of the extension.
|
|
pref("extensions.palmsync.conduitRegistered", false);
|