Minor fixes

This commit is contained in:
Alessandro Autiero
2023-06-04 01:59:30 +02:00
parent 1d745f5187
commit 0d16c232c4

View File

@@ -56,8 +56,7 @@ class _FileSelectorState extends State<FileSelector> {
suffix: !widget.allowNavigator ? null : Button(
onPressed: _onPressed,
child: const Icon(FluentIcons.open_folder_horizontal)
),
suffixMode: OverlayVisibilityMode.editing
)
);
void _onPressed() {