parent
64a7822cc8
commit
e389011b48
@ -101,9 +101,7 @@ const SortableItem = memo(({ thread }: { thread: Thread }) => {
|
||||
)}
|
||||
>
|
||||
<div className="py-1 pr-2 truncate">
|
||||
<span
|
||||
dangerouslySetInnerHTML={{ __html: thread.title || t('common:newThread') }}
|
||||
/>
|
||||
<span>{thread.title || t('common:newThread')}</span>
|
||||
</div>
|
||||
<div className="flex items-center">
|
||||
<DropdownMenu
|
||||
|
||||
@ -374,6 +374,7 @@ function Hardware() {
|
||||
)}
|
||||
|
||||
{/* GPU Information */}
|
||||
{!IS_MACOS ? (
|
||||
<Card title={t('settings:hardware.gpus')}>
|
||||
{hardwareData.gpus.length > 0 ? (
|
||||
<DndContext
|
||||
@ -401,6 +402,9 @@ function Hardware() {
|
||||
/>
|
||||
)}
|
||||
</Card>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user