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