style: remove divider of the last setting item

This commit is contained in:
Moon 2025-10-22 11:50:35 +08:00 committed by GitHub
parent b272634c11
commit 605351a498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1158,7 +1158,7 @@ const Mihomo: React.FC = () => {
<SelectItem key="debug">{t('mihomo.debug')}</SelectItem> <SelectItem key="debug">{t('mihomo.debug')}</SelectItem>
</Select> </Select>
</SettingItem> </SettingItem>
<SettingItem title={t('mihomo.findProcess')} divider> <SettingItem title={t('mihomo.findProcess')} >
<Select <Select
classNames={{ trigger: 'data-[hover=true]:bg-default-200' }} classNames={{ trigger: 'data-[hover=true]:bg-default-200' }}
className="w-[100px]" className="w-[100px]"