Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
finish implementing and close #18
Browse files Browse the repository at this point in the history
  • Loading branch information
HR committed Jun 29, 2019
1 parent 3806315 commit da45c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/crypter.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function handler () {
dialog.showOpenDialog({
title: 'Choose a file to Encrypt',
defaultPath: paths.documents, // open dialog at home directory
properties: ['openFile']
properties: ['openFile', 'openDirectory']
}, function (filePath) {
// callback for selected file returns undefined if file not selected by user
if (filePath && filePath.length === 1) {
Expand Down

0 comments on commit da45c8d

Please sign in to comment.