linux tray icon
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -179,10 +179,10 @@ export async function initTray() {
|
||||
try {
|
||||
console.log('[initTray]')
|
||||
|
||||
const initialIcon = await resolveResource('icons/favicon/frame_00_delay-0.1s.png')
|
||||
// const initialIcon = await resolveResource('icons/favicon/frame_00_delay-0.1s.png')
|
||||
await TrayIcon.new({
|
||||
id: 'main-tray',
|
||||
icon: initialIcon,
|
||||
icon: (await resolveResource('icons/favicon/icon.png'))!,
|
||||
tooltip: 'Rclone',
|
||||
menuOnLeftClick: true,
|
||||
action: async (event: TrayIconEvent) => {
|
||||
|
||||
Reference in New Issue
Block a user