Add quit function
This commit is contained in:
parent
4d3f604b59
commit
0a55bb155d
7 changed files with 42 additions and 11 deletions
|
|
@ -26,14 +26,15 @@
|
|||
},
|
||||
"os:default",
|
||||
"opener:default",
|
||||
{
|
||||
"identifier": "opener:allow-open-path",
|
||||
"allow": [
|
||||
{
|
||||
"identifier": "opener:allow-open-path",
|
||||
"allow": [
|
||||
{
|
||||
"path": "/**"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dialog:default"
|
||||
"path": "/**"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dialog:default",
|
||||
"process:default"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue