mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 03:52:07 +08:00
左上角logo
This commit is contained in:
@@ -59,6 +59,7 @@ module.exports = (appInfo) => {
|
||||
},
|
||||
frame: true,
|
||||
show: true,
|
||||
icon: path.join(appInfo.home, 'public', 'images', 'logo-32.png'),
|
||||
//backgroundColor: '#000000'
|
||||
//titleBarStyle: 'hidden'
|
||||
};
|
||||
|
||||
@@ -28,7 +28,6 @@ export default {
|
||||
subtitle: '副标题', // macOS系统专有属性
|
||||
body: '这是通知内容-默认',
|
||||
silent: true,
|
||||
icon: '/asset/images/tray_logo.png',
|
||||
},
|
||||
{
|
||||
type: 'main',
|
||||
|
||||
BIN
public/images/logo-32.png
Normal file
BIN
public/images/logo-32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user