fix: feature toggle for auto updater
This commit is contained in:
parent
f4661912b0
commit
4350d4c9a0
@ -260,6 +260,7 @@ function General() {
|
||||
</span>
|
||||
}
|
||||
/>
|
||||
{!AUTO_UPDATER_DISABLED && (
|
||||
<CardItem
|
||||
title={t('settings:general.checkForUpdates')}
|
||||
description={t('settings:general.checkForUpdatesDesc')}
|
||||
@ -280,6 +281,7 @@ function General() {
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
)}
|
||||
{/* <CardItem
|
||||
title={t('common:language')}
|
||||
actions={<LanguageSwitcher />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user