mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 11:12:23 +01:00
Minor fixes
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user