desktop file transfer BreadCrumb divider style, same with mobile

This commit is contained in:
csf 2022-11-02 22:30:41 +09:00
parent 5cb195920c
commit b8f73f7f00

View File

@ -805,9 +805,7 @@ class _FileManagerPageState extends State<FileManagerPage>
},
child: BreadCrumb(
items: items,
divider: Text("/",
style: TextStyle(
color: Theme.of(context).hintColor)),
divider: Icon(Icons.chevron_right),
overflow: ScrollableOverflow(
controller:
getBreadCrumbScrollController(isLocal)),