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:
@@ -334,8 +334,8 @@ export const ActionSheetComponent = ({
|
||||
color: 'orange',
|
||||
},
|
||||
{
|
||||
name: isPinnedToMenu ? 'Unpin from Menu' : 'Pin to Menu',
|
||||
icon: 'tag-outline',
|
||||
name: isPinnedToMenu ? 'Remove Shortcut from Menu' : 'Add Shortcut to Menu',
|
||||
icon: isPinnedToMenu? 'link-variant-remove' : 'link-variant',
|
||||
func: async () => {
|
||||
try {
|
||||
if (isPinnedToMenu) {
|
||||
|
||||
Reference in New Issue
Block a user