Skip to content

Commit

Permalink
feat(picgo): remove ellipsis from upload context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed Jan 15, 2024
1 parent 19e6fe7 commit bfe62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/plugins/image-hosting-picgo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default {
items.push({
id: 'plugin.image-hosting-picgo.upload-single-image',
type: 'normal',
ellipsis: true,
ellipsis: false,
label: ctx.i18n.t('upload-image') + ' (PicGo)',
onClick: async () => {
try {
Expand Down

1 comment on commit bfe62d3

@vercel
Copy link

@vercel vercel bot commented on bfe62d3 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.