mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
chore: remove openFile call
This commit is contained in:
parent
b3cf639ee2
commit
d3b7a435f9
@ -47,7 +47,6 @@ class SettingsPage extends HookConsumerWidget {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
final pickDownloadLocation = useCallback(() async {
|
final pickDownloadLocation = useCallback(() async {
|
||||||
await openFile();
|
|
||||||
String? dirStr = await getDirectoryPath(
|
String? dirStr = await getDirectoryPath(
|
||||||
initialDirectory: preferences.downloadLocation,
|
initialDirectory: preferences.downloadLocation,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user