Enable renaming documents
This commit is contained in:
parent
f29c5f244f
commit
059953ae04
|
|
@ -285,14 +285,13 @@ class DocumentTile extends StatelessWidget {
|
|||
),
|
||||
value: localization.download,
|
||||
),
|
||||
if (false)
|
||||
PopupMenuItem<String>(
|
||||
child: IconText(
|
||||
text: localization.rename,
|
||||
icon: MdiIcons.renameBox,
|
||||
),
|
||||
value: localization.rename,
|
||||
PopupMenuItem<String>(
|
||||
child: IconText(
|
||||
text: localization.rename,
|
||||
icon: MdiIcons.renameBox,
|
||||
),
|
||||
value: localization.rename,
|
||||
),
|
||||
PopupMenuItem<String>(
|
||||
child: IconText(
|
||||
text: localization.delete,
|
||||
|
|
|
|||
Loading…
Reference in New Issue