mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Updated settings.jsx
This commit is contained in:
parent
466df48cd5
commit
75d4d6873d
1 changed files with 2 additions and 3 deletions
|
|
@ -50,9 +50,8 @@ import ConfirmationDialog from '../components/ConfirmationDialog';
|
|||
import useWarningsStore from '../store/warnings';
|
||||
import useLibraryStore from '../store/library';
|
||||
import LibraryFormModal from '../components/library/LibraryFormModal';
|
||||
import { Pencil, Plus, RefreshCcw, Trash2 } from 'lucide-react';
|
||||
import { KeyRound, Pencil, Plus, RefreshCcw, Trash2 } from 'lucide-react';
|
||||
import tmdbLogoUrl from '../assets/tmdb-logo-blue.svg?url';
|
||||
import { IconKey } from '@tabler/icons-react';
|
||||
|
||||
const TIMEZONE_FALLBACKS = [
|
||||
'UTC',
|
||||
|
|
@ -1234,7 +1233,7 @@ const SettingsPage = () => {
|
|||
|
||||
<Divider my="sm" />
|
||||
<Group gap="xs" align="center">
|
||||
<IconKey size={16} />
|
||||
<KeyRound size={16} />
|
||||
<Text fw={600} size="sm">
|
||||
OpenSubtitles (optional)
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue