Skip to content

Commit

Permalink
Endpoint Scope Note and Implement Directory Change
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDlezZenith committed Sep 23, 2024
1 parent 930332d commit 75116c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/features/lyrics/lyrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ErrorBoundary } from 'react-error-boundary';
import { RiInformationFill } from 'react-icons/ri';
import styled from 'styled-components';
import { useSongLyricsByRemoteId, useSongLyricsBySong } from './queries/lyric-query';
import { translateLyrics } from './queries/lyric-translate';
import { SynchronizedLyrics, SynchronizedLyricsProps } from './synchronized-lyrics';
import { Spinner, TextTitle } from '/@/renderer/components';
import { ErrorFallback } from '/@/renderer/features/action-required';
Expand All @@ -17,7 +18,6 @@ import { FullLyricsMetadata, LyricSource, LyricsOverride } from '/@/renderer/api
import { LyricsActions } from '/@/renderer/features/lyrics/lyrics-actions';
import { queryKeys } from '/@/renderer/api/query-keys';
import { queryClient } from '/@/renderer/lib/react-query';
import { translateLyrics } from '/@/main/features/core/lyrics/translate';

const ActionsContainer = styled.div`
position: absolute;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const LyricSettings = () => {
}}
/>
),
description: t('Api key for translation'),
description: t('Api key for translation (Support global service endpoint only)'),
isHidden: !isElectron(),
title: t('setting.apiKey', { postProcess: 'sentenceCase' }),
},
Expand Down

0 comments on commit 75116c7

Please sign in to comment.