Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
522 views
in Technique[技术] by (71.8m points)

electron桌面通知的图标出现滚动条

electron的桌面消息通知
的图标设置的是60*60
但是 出现了滚动条
这个有人遇到过吗
image.png

if (args.icon) {
        args.icon = await electronImageResize({
          url: args.icon,
          width: 60,
          height: 60,
        })
      }
      const notify = new Notification(args)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...