mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 19:01:40 +00:00
add option to set local lyric priority
This commit is contained in:
parent
64866c59bd
commit
620b810191
4 changed files with 47 additions and 8 deletions
|
|
@ -266,6 +266,7 @@ export interface SettingsState {
|
|||
fontSizeUnsync: number;
|
||||
gap: number;
|
||||
gapUnsync: number;
|
||||
preferLocalLyrics: boolean;
|
||||
showMatch: boolean;
|
||||
showProvider: boolean;
|
||||
sources: LyricSource[];
|
||||
|
|
@ -448,6 +449,7 @@ const initialState: SettingsState = {
|
|||
fontSizeUnsync: 24,
|
||||
gap: 24,
|
||||
gapUnsync: 24,
|
||||
preferLocalLyrics: true,
|
||||
showMatch: true,
|
||||
showProvider: true,
|
||||
sources: [LyricSource.NETEASE, LyricSource.LRCLIB],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue