[feat] hub only experimental
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { appVer } from "src/ts/storage/database";
|
import { DataBase, appVer } from "src/ts/storage/database";
|
||||||
import GithubStars from "../Others/GithubStars.svelte";
|
import GithubStars from "../Others/GithubStars.svelte";
|
||||||
import Hub from "./Hub.svelte";
|
import Hub from "./Hub.svelte";
|
||||||
|
|
||||||
@@ -9,6 +9,8 @@
|
|||||||
<h3 class="text-gray-500 mt-1">Version {appVer}</h3>
|
<h3 class="text-gray-500 mt-1">Version {appVer}</h3>
|
||||||
<GithubStars />
|
<GithubStars />
|
||||||
<div class="w-full flex p-4 flex-col text-2xl text-white">
|
<div class="w-full flex p-4 flex-col text-2xl text-white">
|
||||||
|
{#if $DataBase.useExperimental}
|
||||||
<Hub />
|
<Hub />
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user