mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding tray icon
This commit is contained in:
parent
f9223ad36d
commit
a4df6e9bab
6 changed files with 241 additions and 14 deletions
|
@ -3,7 +3,7 @@ import { is } from "@electron-toolkit/utils";
|
|||
import { t } from "i18next";
|
||||
import path from "node:path";
|
||||
import icon from "../../../resources/icon.png?asset";
|
||||
import trayIcon from "../../../resources/icon.png?asset";
|
||||
import trayIcon from "../../../resources/tray-icon.png?asset";
|
||||
|
||||
export class WindowManager {
|
||||
public static mainWindow: Electron.BrowserWindow | null = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue