mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 11:39:17 +01:00
Minor fixes
This commit is contained in:
@@ -56,8 +56,7 @@ class _FileSelectorState extends State<FileSelector> {
|
|||||||
suffix: !widget.allowNavigator ? null : Button(
|
suffix: !widget.allowNavigator ? null : Button(
|
||||||
onPressed: _onPressed,
|
onPressed: _onPressed,
|
||||||
child: const Icon(FluentIcons.open_folder_horizontal)
|
child: const Icon(FluentIcons.open_folder_horizontal)
|
||||||
),
|
)
|
||||||
suffixMode: OverlayVisibilityMode.editing
|
|
||||||
);
|
);
|
||||||
|
|
||||||
void _onPressed() {
|
void _onPressed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user