File dialogs don't need icon
This commit is contained in:
parent
708e738521
commit
ecb9e93394
2 changed files with 0 additions and 4 deletions
|
@ -42,7 +42,6 @@ module.exports =
|
|||
options.title ?= ''
|
||||
options.defaultPath ?= ''
|
||||
options.filters ?= []
|
||||
options.icon ?= null
|
||||
|
||||
wrappedCallback =
|
||||
if typeof callback is 'function'
|
||||
|
@ -65,7 +64,6 @@ module.exports =
|
|||
options.title ?= ''
|
||||
options.defaultPath ?= ''
|
||||
options.filters ?= []
|
||||
options.icon ?= null
|
||||
|
||||
wrappedCallback =
|
||||
if typeof callback is 'function'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue