hide "Copy to app local path" option on iOS and macOS

This commit is contained in:
2024-11-23 18:45:10 +08:00
parent c2b8760d86
commit 511a9fdc09

View File

@@ -563,6 +563,7 @@ class _ImportComicsWidgetState extends State<_ImportComicsWidget> {
},
),
).paddingHorizontal(8),
if(!App.isIOS && !App.isMacOS)
CheckboxListTile(
enabled: true,
title: Text("Copy to app local path".tl),