aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-05 18:21:15 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-05 18:21:15 +0100
commitbb012cf5cc0c0575bafb528670891055ceab2647 (patch)
tree745255cc7c3d58127e69e80fe6061825b644e4ba /src/components/settings
parentLink showServicesUpdatedInfoBar to automaticUpdates (diff)
downloadferdium-app-bb012cf5cc0c0575bafb528670891055ceab2647.tar.gz
ferdium-app-bb012cf5cc0c0575bafb528670891055ceab2647.tar.zst
ferdium-app-bb012cf5cc0c0575bafb528670891055ceab2647.zip
Revert "#512 Show updates tab for Mac, Windows and AppImage only"
Diffstat (limited to 'src/components/settings')
-rw-r--r--src/components/settings/settings/EditSettingsForm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index c3ff5cc1c..c113bd9eb 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -367,7 +367,7 @@ class EditSettingsForm extends Component {
367 > 367 >
368 {intl.formatMessage(messages.headlineAdvanced)} 368 {intl.formatMessage(messages.headlineAdvanced)}
369 </h2> 369 </h2>
370 {(isMac || isWindows || process.env.APPIMAGE) && <h2 370 <h2
371 id="updates" 371 id="updates"
372 className={ 372 className={
373 this.state.activeSetttingsTab === 'updates' 373 this.state.activeSetttingsTab === 'updates'
@@ -382,7 +382,7 @@ class EditSettingsForm extends Component {
382 {automaticUpdates && (updateIsReadyToInstall || isUpdateAvailable || showServicesUpdatedInfoBar) && ( 382 {automaticUpdates && (updateIsReadyToInstall || isUpdateAvailable || showServicesUpdatedInfoBar) && (
383 <span className="update-available">•</span> 383 <span className="update-available">•</span>
384 )} 384 )}
385 </h2>} 385 </h2>
386 </div> 386 </div>
387 387
388 {/* General */} 388 {/* General */}