fix: proper opening of the mac app on bookmarklet
This commit is contained in:
@@ -567,6 +567,7 @@ export interface ElectronAPI {
|
||||
readProjectMetadata: (folderPath: string) => Promise<{ name?: string; description?: string; publicUrl?: string; mainLanguage?: string } | null>;
|
||||
getBlogmarkBookmarklet: () => Promise<string>;
|
||||
copyToClipboard: (text: string) => Promise<boolean>;
|
||||
notifyRendererReady: () => Promise<boolean>;
|
||||
setPreviewPostTarget: (postId: string | null) => Promise<void>;
|
||||
triggerMenuAction: (action: string) => Promise<void>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user