mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
hide "Copy to app local path" option on iOS and macOS
This commit is contained in:
@@ -563,6 +563,7 @@ class _ImportComicsWidgetState extends State<_ImportComicsWidget> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
).paddingHorizontal(8),
|
).paddingHorizontal(8),
|
||||||
|
if(!App.isIOS && !App.isMacOS)
|
||||||
CheckboxListTile(
|
CheckboxListTile(
|
||||||
enabled: true,
|
enabled: true,
|
||||||
title: Text("Copy to app local path".tl),
|
title: Text("Copy to app local path".tl),
|
||||||
|
Reference in New Issue
Block a user