Fix linting
This commit is contained in:
parent
7c33f3ee65
commit
17fe5efa13
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const fileDialogProperties = {
|
|||
createDirectory: 1 << 3,
|
||||
showHiddenFiles: 1 << 4,
|
||||
promptToCreate: 1 << 5,
|
||||
noResolveAliases: 1 << 6,
|
||||
noResolveAliases: 1 << 6
|
||||
}
|
||||
|
||||
const messageBoxTypes = ['none', 'info', 'warning', 'error', 'question']
|
||||
|
|
Loading…
Reference in a new issue