mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-28 16:29:11 -05:00
feat(tray): higher DPI icon
This commit is contained in:
@@ -35,7 +35,7 @@ function getTrayIconPath() {
|
||||
const iconSize = getIconSize();
|
||||
const suffix = isDev ? "-dev" : "";
|
||||
|
||||
return path.join(path.dirname(fileURLToPath(import.meta.url)), "../..", "images", "app-icons", "png", `${iconSize}x${iconSize}${suffix}.png`);
|
||||
return path.join(path.dirname(fileURLToPath(import.meta.url)), "../..", "images", "app-icons", "tray", `icon-color.png`);
|
||||
}
|
||||
|
||||
function getIconPath(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user