🐛 Hide share via screenshot on web
This commit is contained in:
@@ -211,13 +211,14 @@ class PostActionableItem extends HookConsumerWidget {
|
|||||||
);
|
);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
MenuAction(
|
if (!kIsWeb)
|
||||||
title: 'sharePostPhoto'.tr(),
|
MenuAction(
|
||||||
image: MenuImage.icon(Symbols.share_reviews),
|
title: 'sharePostPhoto'.tr(),
|
||||||
callback: () {
|
image: MenuImage.icon(Symbols.share_reviews),
|
||||||
shareAsScreenshot();
|
callback: () {
|
||||||
},
|
shareAsScreenshot();
|
||||||
),
|
},
|
||||||
|
),
|
||||||
MenuSeparator(),
|
MenuSeparator(),
|
||||||
MenuAction(
|
MenuAction(
|
||||||
title: 'abuseReport'.tr(),
|
title: 'abuseReport'.tr(),
|
||||||
|
Reference in New Issue
Block a user