mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +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),
|
||||
if(!App.isIOS && !App.isMacOS)
|
||||
CheckboxListTile(
|
||||
enabled: true,
|
||||
title: Text("Copy to app local path".tl),
|
||||
|
Reference in New Issue
Block a user