Commit 938802d pompurin404
committed
1 parent aa00444 commit 938802d Copy full SHA for 938802d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ if (!gotTheLock) {
61
61
startCore ( ) . then ( ( ) => {
62
62
setTimeout ( ( ) => {
63
63
initProfileUpdater ( )
64
- } , 10000 )
64
+ } , 30000 )
65
65
} )
66
66
// Default open or close DevTools by F12 in development
67
67
// and ignore CommandOrControl + R in production.
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ const Settings: React.FC = () => {
113
113
} }
114
114
/>
115
115
</ SettingItem >
116
- < SettingItem title = "应用主题(亮度) " divider = { appTheme !== 'system' } >
116
+ < SettingItem title = "背景色 " divider = { appTheme !== 'system' } >
117
117
< Tabs
118
118
size = "sm"
119
119
color = "primary"
@@ -129,7 +129,7 @@ const Settings: React.FC = () => {
129
129
</ Tabs >
130
130
</ SettingItem >
131
131
{ appTheme !== 'system' && (
132
- < SettingItem title = "应用主题(颜色) " >
132
+ < SettingItem title = "主题色 " >
133
133
< Tabs
134
134
size = "sm"
135
135
color = "primary"
You can’t perform that action at this time.
0 commit comments