mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
location: Put app permission in GNOME table
Alex told me that since it's not geoclue but rather GNOME-components storing/accessing app permissions, it's better if we put it under 'gnome' rather than generic 'desktop' table.
This commit is contained in:
parent
dd2eff2b6f
commit
4eb6c0c4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const LOCATION_SCHEMA = 'org.gnome.system.location';
|
|||
const MAX_ACCURACY_LEVEL = 'max-accuracy-level';
|
||||
const ENABLED = 'enabled';
|
||||
|
||||
const APP_PERMISSIONS_TABLE = 'desktop';
|
||||
const APP_PERMISSIONS_TABLE = 'gnome';
|
||||
const APP_PERMISSIONS_ID = 'geolocation';
|
||||
|
||||
const GeoclueAccuracyLevel = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue