mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-02-01 23:06:51 +01:00
improvement: Add OTP notification settings to Autofill screen
This commit is contained in:
parent
a86ba3197b
commit
ac4796a233
@ -39,6 +39,8 @@ fun AutofillSettingsScreen() {
|
|||||||
key = "totp",
|
key = "totp",
|
||||||
list = persistentListOf(
|
list = persistentListOf(
|
||||||
SettingPaneItem.Item(Setting.AUTOFILL_COPY_TOTP),
|
SettingPaneItem.Item(Setting.AUTOFILL_COPY_TOTP),
|
||||||
|
SettingPaneItem.Item(Setting.CLIPBOARD_AUTO_REFRESH),
|
||||||
|
SettingPaneItem.Item(Setting.CLIPBOARD_NOTIFICATION_SETTINGS),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SettingPaneItem.Group(
|
SettingPaneItem.Group(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user