mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Add columns for overlay permission
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user