mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Disable save in downloads for mobile
This commit is contained in:
@ -40,6 +40,7 @@ Future<void> saveToDownloads(
|
||||
var sp = getShortPath(path);
|
||||
message = 'Saved to $sp';
|
||||
} catch (e) {
|
||||
debugPrint("$e");
|
||||
message = "An error occurred while saving file.";
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user