1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 12:44:13 +01:00

Allow asynchronous io.system() calls. Fix :help intro.

This commit is contained in:
Kris Maglione
2011-08-10 00:00:39 -04:00
parent 9bdb4411af
commit f58f70fd98
3 changed files with 29 additions and 17 deletions

View File

@@ -2170,7 +2170,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
if (localPrefs.get("first-run", true))
dactyl.timeout(function () {
localPrefs.set("first-run", config.version);
localPrefs.set("first-run", false);
this.withSavedValues(["forceNewTab"], function () {
this.forceNewTab = true;
this.help();