aboutsummaryrefslogtreecommitdiffstats
path: root/simg.js
diff options
context:
space:
mode:
Diffstat (limited to 'simg.js')
-rw-r--r--simg.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/simg.js b/simg.js
index 7bbdaf8..afbc477 100644
--- a/simg.js
+++ b/simg.js
@@ -102,5 +102,8 @@ commands.addUserCommand(
fp = Cc["@mozilla.org/filepicker;1"].createInstance( Ci.nsIFilePicker );
fp.init( window, 'Select Directory', fp.modeGetFolder );
fp.open( fpCallback );
- }
+ },
+ {},
+ true
+
);