mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 21:20:29 +08:00
fix style
This commit is contained in:
parent
72c1acdfd2
commit
14075c6b9b
@ -196,6 +196,9 @@ const GeneralConfig: React.FC = () => {
|
||||
}}
|
||||
/>
|
||||
</SettingItem>
|
||||
|
||||
{showFloating && (
|
||||
<>
|
||||
<SettingItem title="根据网速旋转悬浮窗图标" divider>
|
||||
<Switch
|
||||
size="sm"
|
||||
@ -206,7 +209,6 @@ const GeneralConfig: React.FC = () => {
|
||||
}}
|
||||
/>
|
||||
</SettingItem>
|
||||
{showFloating && (
|
||||
<SettingItem title="禁用托盘图标" divider>
|
||||
<Switch
|
||||
size="sm"
|
||||
@ -221,6 +223,7 @@ const GeneralConfig: React.FC = () => {
|
||||
}}
|
||||
/>
|
||||
</SettingItem>
|
||||
</>
|
||||
)}
|
||||
{platform !== 'linux' && (
|
||||
<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user