This commit is contained in:
parent
4eca8b9447
commit
b5414ec002
@ -1020,7 +1020,7 @@ class _FileManagerViewState extends State<FileManagerView> {
|
|||||||
if (!entry.isDrive &&
|
if (!entry.isDrive &&
|
||||||
versionCmp(_ffi.ffiModel.pi.version, "1.3.0") >= 0)
|
versionCmp(_ffi.ffiModel.pi.version, "1.3.0") >= 0)
|
||||||
mod_menu.PopupMenuItem(
|
mod_menu.PopupMenuItem(
|
||||||
child: Text("Rename"),
|
child: Text(translate("Rename")),
|
||||||
height: CustomPopupMenuTheme.height,
|
height: CustomPopupMenuTheme.height,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
controller.renameAction(entry, isLocal);
|
controller.renameAction(entry, isLocal);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user