Skip to content

Commit

Permalink
fix: return code
Browse files Browse the repository at this point in the history
  • Loading branch information
1943time committed Nov 25, 2024
1 parent 216717a commit 6039ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/store/logic/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class ContextMenu {
text: this.core.config.zh ? '分享文件夹' : 'Share Folder',
click: () => {
if (!this.core.share.serviceConfig) {
return this.core.message.info(this.core.config.zh ? '请先配置分享服务.' : 'Please configure sharing service first.')
this.core.message.info(this.core.config.zh ? '请先配置分享服务.' : 'Please configure sharing service first.')
}
openEbook$.next({folderPath: node.filePath})
}
Expand Down

0 comments on commit 6039ef6

Please sign in to comment.