mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 819218 - Permissions Installer - Fix desktop-notification permission. r=sicking
This commit is contained in:
parent
f70b276746
commit
8b7faac85b
@ -164,8 +164,8 @@ this.PermissionsTable = { geolocation: {
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
"desktop-notification": {
|
||||
app: DENY_ACTION,
|
||||
privileged: DENY_ACTION,
|
||||
app: ALLOW_ACTION,
|
||||
privileged: ALLOW_ACTION,
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
"networkstats-manage": {
|
||||
|
Loading…
Reference in New Issue
Block a user