1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

system idle locking

This commit is contained in:
Kyle Spearrin
2018-02-11 00:09:47 -05:00
parent 132c59f8fc
commit 1ef0d7a9a9
4 changed files with 34 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ export class SettingsComponent implements OnInit {
{ name: i18nService.t('thirtyMinutes'), value: 30 },
{ name: i18nService.t('oneHour'), value: 60 },
{ name: i18nService.t('fourHours'), value: 240 },
// { name: i18nService.t('onIdle'), value: -4 },
{ name: i18nService.t('onIdle'), value: -4 },
{ name: i18nService.t('onSleep'), value: -3 },
// { name: i18nService.t('onLocked'), value: -2 },
{ name: i18nService.t('onRestart'), value: -1 },