opt.: share on desktop (#405)

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-22 22:50:17 +08:00
committed by GitHub
parent da8b6a9010
commit d785209eb6
8 changed files with 123 additions and 119 deletions

View File

@@ -314,7 +314,7 @@ class _LocalStoragePageState extends State<LocalStoragePage> {
leading: const Icon(Icons.open_in_new),
title: Text(l10n.open),
onTap: () {
Pfs.sharePath(file.absolute.path);
Pfs.share(path: file.absolute.path);
},
),
],