mirror of
https://github.com/antebudimir/feishin.git
synced 2026-03-02 04:07:25 +00:00
parent
e3946a9413
commit
31492fa9ef
13 changed files with 243 additions and 46 deletions
|
|
@ -275,6 +275,9 @@ export interface SettingsState {
|
|||
showMatch: boolean;
|
||||
showProvider: boolean;
|
||||
sources: LyricSource[];
|
||||
translationApiKey: string;
|
||||
translationApiProvider: string | null;
|
||||
translationTargetLanguage: string | null;
|
||||
};
|
||||
playback: {
|
||||
audioDeviceId?: string | null;
|
||||
|
|
@ -449,6 +452,9 @@ const initialState: SettingsState = {
|
|||
showMatch: true,
|
||||
showProvider: true,
|
||||
sources: [],
|
||||
translationApiKey: '',
|
||||
translationApiProvider: '',
|
||||
translationTargetLanguage: 'en',
|
||||
},
|
||||
playback: {
|
||||
audioDeviceId: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue