mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: removing translations for real debrid
This commit is contained in:
parent
11921099c2
commit
9dc9f12053
7 changed files with 6 additions and 11 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue