mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
list section separator on settings page
This commit is contained in:
@@ -339,7 +339,7 @@ namespace Bit.App.Pages
|
||||
};
|
||||
GroupedItems.ResetWithRange(new List<SettingsPageListGroup>
|
||||
{
|
||||
new SettingsPageListGroup(autofillItems, AppResources.Autofill, doUpper),
|
||||
new SettingsPageListGroup(autofillItems, AppResources.Autofill, doUpper, true),
|
||||
new SettingsPageListGroup(manageItems, AppResources.Manage, doUpper),
|
||||
new SettingsPageListGroup(securityItems, AppResources.Security, doUpper),
|
||||
new SettingsPageListGroup(accountItems, AppResources.Account, doUpper),
|
||||
|
||||
Reference in New Issue
Block a user