mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
rename pin to menu to add shortcut to menu
This commit is contained in:
@@ -154,8 +154,8 @@ const ActionStrip = ({note, setActionStrip}) => {
|
||||
},
|
||||
|
||||
{
|
||||
title: isPinnedToMenu ? 'Unpin from Menu' : 'Pin to Menu',
|
||||
icon: isPinnedToMenu ? 'tag-off-outline' : 'tag-outline',
|
||||
title: isPinnedToMenu ? 'Remove Shortcut from Menu' : 'Add Shortcut to Menu',
|
||||
icon: isPinnedToMenu ? 'link-variant-remove' : 'link-variant',
|
||||
onPress: async () => {
|
||||
try {
|
||||
if (isPinnedToMenu) {
|
||||
|
||||
Reference in New Issue
Block a user