Skip to content

Commit

Permalink
fix a little
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 10, 2024
1 parent aa00444 commit 938802d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if (!gotTheLock) {
startCore().then(() => {
setTimeout(() => {
initProfileUpdater()
}, 10000)
}, 30000)
})
// Default open or close DevTools by F12 in development
// and ignore CommandOrControl + R in production.
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/src/pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const Settings: React.FC = () => {
}}
/>
</SettingItem>
<SettingItem title="应用主题(亮度)" divider={appTheme !== 'system'}>
<SettingItem title="背景色" divider={appTheme !== 'system'}>
<Tabs
size="sm"
color="primary"
Expand All @@ -129,7 +129,7 @@ const Settings: React.FC = () => {
</Tabs>
</SettingItem>
{appTheme !== 'system' && (
<SettingItem title="应用主题(颜色)">
<SettingItem title="主题色">
<Tabs
size="sm"
color="primary"
Expand Down

0 comments on commit 938802d

Please sign in to comment.