mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-14 20:28:01 +00:00
revert: isCreateTray 在瀏覽器環境應永遠為應永遠為 false
部分環境沒有 process.env.IS_ELECTRON,以致發生錯誤。
This reverts commit 748db54f52.
This commit is contained in:
parent
e5d1af49bf
commit
871217713a
1 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,5 @@ export const isMac = process.platform === 'darwin';
|
|||
export const isLinux = process.platform === 'linux';
|
||||
export const isDevelopment = process.env.NODE_ENV === 'development';
|
||||
|
||||
export const isCreateTray =
|
||||
process.env.IS_ELECTRON && (isWindows || isLinux || isDevelopment);
|
||||
export const isCreateTray = isWindows || isLinux || isDevelopment;
|
||||
export const isCreateMpris = isLinux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue