mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 02:39:48 +02:00
Add columns for overlay permission
This commit is contained in:
parent
a2b07e7b95
commit
ae0f1c67aa
3 changed files with 71 additions and 4 deletions
|
@ -55,5 +55,7 @@ export const prepareDeviceEntry = ({ familyId, userId, deviceAuthToken, deviceId
|
|||
showDeviceConnected: false,
|
||||
defaultUserId: '',
|
||||
defaultUserTimeout: 0,
|
||||
considerRebootManipulation: false
|
||||
considerRebootManipulation: false,
|
||||
currentOverlayPermission: 'not granted',
|
||||
highestOverlayPermission: 'not granted'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue