mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix media session settings error on web
This commit is contained in:
parent
b3cf73836d
commit
c27b86d2b2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
import { usePlaybackSettings, useSettingsStoreActions } from '/@/renderer/store/settings.store';
|
||||
import { Switch } from '/@/shared/components/switch/switch';
|
||||
|
||||
const isWindows = window.api.utils.isWindows();
|
||||
const isWindows = isElectron() ? window.api.utils.isWindows() : null;
|
||||
const isDesktop = isElectron();
|
||||
|
||||
export const MediaSessionSettings = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue