问题描述
electron 设置开机自启动后 托盘图标无法显示
问题解决
tray new Tray(path.join(__dirname, ./public/logo.png)); //必须是绝对路径和扩展名,像.png等我的问题是图标之前设置为相对路径,而导致无法显示。将Tray的图标路径设定为绝对路径后…
//实现该接口,run方法既程序启动成功后将要执行的方法
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//package org.springframework.boot;FunctionalInterface
public interface CommandLineRunner {…