mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 13:44:11 +01:00
Fix issues with grabbing dactyl.version and also improve startup time, especially when running from an hg repo.
This commit is contained in:
@@ -2114,8 +2114,6 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
|
||||
dactyl.log("All modules loaded", 3);
|
||||
|
||||
prefs.set("extensions.dactyl.version", util.addon.version);
|
||||
|
||||
try {
|
||||
if (services.fuel)
|
||||
var args = services.fuel.storage.get("dactyl.commandlineArgs", null);
|
||||
|
||||
Reference in New Issue
Block a user