mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c8099efe5 | |||
| 8ba87d57cd |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "feishin",
|
"name": "feishin",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "A modern self-hosted music player.",
|
"description": "A modern self-hosted music player.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"subsonic",
|
"subsonic",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ export const store = new Store<any>({
|
|||||||
disable_auto_updates: false,
|
disable_auto_updates: false,
|
||||||
enableNeteaseTranslation: false,
|
enableNeteaseTranslation: false,
|
||||||
global_media_hotkeys: true,
|
global_media_hotkeys: true,
|
||||||
|
lyrics: ['NetEase', 'lrclib.net'],
|
||||||
mediaSession: false,
|
mediaSession: false,
|
||||||
playbackType: 'web',
|
playbackType: 'web',
|
||||||
should_prompt_accessibility: true,
|
should_prompt_accessibility: true,
|
||||||
|
|||||||
@@ -48,6 +48,10 @@ export const useSyncSettingsToMain = () => {
|
|||||||
mainStoreKey: string;
|
mainStoreKey: string;
|
||||||
rendererValue: any;
|
rendererValue: any;
|
||||||
}> = [
|
}> = [
|
||||||
|
{
|
||||||
|
mainStoreKey: 'lyrics',
|
||||||
|
rendererValue: settings.lyrics.sources,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
mainStoreKey: 'window_window_bar_style',
|
mainStoreKey: 'window_window_bar_style',
|
||||||
rendererValue: settings.window.windowBarStyle,
|
rendererValue: settings.window.windowBarStyle,
|
||||||
|
|||||||
Reference in New Issue
Block a user