Skip to content

Commit 938802d

Browse files
author
pompurin404
committed
fix a little
1 parent aa00444 commit 938802d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (!gotTheLock) {
6161
startCore().then(() => {
6262
setTimeout(() => {
6363
initProfileUpdater()
64-
}, 10000)
64+
}, 30000)
6565
})
6666
// Default open or close DevTools by F12 in development
6767
// and ignore CommandOrControl + R in production.

src/renderer/src/pages/settings.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const Settings: React.FC = () => {
113113
}}
114114
/>
115115
</SettingItem>
116-
<SettingItem title="应用主题(亮度)" divider={appTheme !== 'system'}>
116+
<SettingItem title="背景色" divider={appTheme !== 'system'}>
117117
<Tabs
118118
size="sm"
119119
color="primary"
@@ -129,7 +129,7 @@ const Settings: React.FC = () => {
129129
</Tabs>
130130
</SettingItem>
131131
{appTheme !== 'system' && (
132-
<SettingItem title="应用主题(颜色)">
132+
<SettingItem title="主题色">
133133
<Tabs
134134
size="sm"
135135
color="primary"

0 commit comments

Comments
 (0)