Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyunleo committed Oct 23, 2024
1 parent e66f62e commit ffb470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/SetLanguage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const languageChange = async () => {
try {
Settings.set('Language', store.settings.Language)
await changeLanguageWrapper(store.settings.Language)
store.loadingTip = t('Initializing')
store.loadingTip = t('Initializing') //todo 删除这行?
} catch (error) {
MessageBox.error(error.message ?? error, t('errorOccurredDuring', [t('set')]))
}
Expand Down

0 comments on commit ffb470f

Please sign in to comment.