mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
desktop file transfer BreadCrumb divider style, same with mobile
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user