mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 08:26:22 +01:00
web/settings/instances: always display the access key section
This commit is contained in:
parent
adb1cacd9d
commit
6129198024
1 changed files with 21 additions and 23 deletions
|
@ -32,11 +32,10 @@
|
||||||
</div>
|
</div>
|
||||||
</SettingsCategory>
|
</SettingsCategory>
|
||||||
|
|
||||||
{#if $settings.processing.enableCustomInstances}
|
<SettingsCategory
|
||||||
<SettingsCategory
|
|
||||||
sectionId="community"
|
sectionId="community"
|
||||||
title={$t("settings.processing.access_key")}
|
title={$t("settings.processing.access_key")}
|
||||||
>
|
>
|
||||||
<div class="category-inside-group">
|
<div class="category-inside-group">
|
||||||
<SettingsToggle
|
<SettingsToggle
|
||||||
settingContext="processing"
|
settingContext="processing"
|
||||||
|
@ -55,8 +54,7 @@
|
||||||
<div class="subtext">
|
<div class="subtext">
|
||||||
{$t("settings.processing.access_key.description")}
|
{$t("settings.processing.access_key.description")}
|
||||||
</div>
|
</div>
|
||||||
</SettingsCategory>
|
</SettingsCategory>
|
||||||
{/if}
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.category-inside-group {
|
.category-inside-group {
|
||||||
|
|
Loading…
Reference in a new issue