fix: removing translations for real debrid

This commit is contained in:
Hydra 2024-05-09 09:40:05 +01:00
parent 11921099c2
commit 9dc9f12053
No known key found for this signature in database
7 changed files with 6 additions and 11 deletions

View file

@ -105,7 +105,7 @@ export class WindowManager {
tray.setToolTip("Hydra");
tray.setContextMenu(contextMenu);
if (process.platform === "win32") {
if (process.platform === "win32" || process.platform === "linux") {
tray.addListener("click", () => {
if (this.mainWindow) {
if (WindowManager.mainWindow?.isMinimized())