Merge branch 'hydralauncher:main' into main

This commit is contained in:
Hachi 2024-05-04 15:37:06 -03:00 committed by GitHub
commit e6cf2149a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 86 additions and 45 deletions

View file

@ -1,4 +1,4 @@
import { BrowserWindow, Menu, Notification, Tray, app } from "electron";
import { BrowserWindow, Menu, Tray, app } from "electron";
import { is } from "@electron-toolkit/utils";
import { t } from "i18next";
import path from "node:path";