mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
follow system theme
This commit is contained in:
5
src/view/General.tsx
vendored
5
src/view/General.tsx
vendored
@@ -111,6 +111,11 @@ export default function General() {
|
||||
<Radio.Group>
|
||||
<Radio value="Light">Light</Radio>
|
||||
<Radio value="Dark">Dark</Radio>
|
||||
{
|
||||
(["darwin", "windows"].includes(platformInfo) ) && (
|
||||
<Radio value="System">System</Radio>
|
||||
)
|
||||
}
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
<Form.Item label="Stay On Top" name="stay_on_top" valuePropName="checked">
|
||||
|
||||
Reference in New Issue
Block a user