mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob] Add divider
This commit is contained in:
parent
13449ff169
commit
152e895b87
@ -96,6 +96,11 @@ class BackupSettingsScreen extends StatelessWidget {
|
||||
isBottomBorderRadiusRemoved:
|
||||
flagService.enableMobMultiPart,
|
||||
),
|
||||
if (flagService.enableMobMultiPart)
|
||||
DividerWidget(
|
||||
dividerType: DividerType.menuNoIcon,
|
||||
bgColor: colorScheme.fillFaint,
|
||||
),
|
||||
if (flagService.enableMobMultiPart)
|
||||
MenuItemWidget(
|
||||
captionedTextWidget: CaptionedTextWidget(
|
||||
|
Loading…
x
Reference in New Issue
Block a user