mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
MPV player enhancements
- start the player from the renderer - dynamically modify settings without restart
This commit is contained in:
@@ -11,7 +11,7 @@ const GeneralTab = lazy(() =>
|
||||
);
|
||||
|
||||
const PlaybackTab = lazy(() =>
|
||||
import('/@/renderer/features/settings/components/playback-tab').then((module) => ({
|
||||
import('/@/renderer/features/settings/components/playback/playback-tab').then((module) => ({
|
||||
default: module.PlaybackTab,
|
||||
})),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user