You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
This commit is contained in:
@@ -5,7 +5,7 @@ import bridge from '../../../services/bridge';
|
|||||||
|
|
||||||
export const declaration: CommandDeclaration = {
|
export const declaration: CommandDeclaration = {
|
||||||
name: 'revealResourceFile',
|
name: 'revealResourceFile',
|
||||||
label: _('Reveal file in folder'),
|
label: () =>_('Reveal file in folder'),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const runtime = (): CommandRuntime => {
|
export const runtime = (): CommandRuntime => {
|
||||||
|
|||||||
Reference in New Issue
Block a user