kivy: request PIN code on startup
This commit is contained in:
@@ -36,9 +36,8 @@ Builder.load_string('''
|
||||
action: partial(root.language_dialog, self)
|
||||
CardSeparator
|
||||
SettingsItem:
|
||||
status: '' if root.disable_pin else ('ON' if root.use_encryption else 'OFF')
|
||||
disabled: root.disable_pin
|
||||
title: _('PIN code') + ': ' + self.status
|
||||
title: _('PIN code')
|
||||
description: _("Change your PIN code.")
|
||||
action: partial(root.change_password, self)
|
||||
CardSeparator
|
||||
|
||||
Reference in New Issue
Block a user