added updater

This commit is contained in:
DJ2LS 2024-02-21 11:18:57 +01:00
parent 98d8812571
commit 8b65b6240b
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,16 @@
<script setup lang="ts">
import settings_updater_core from "./settings_updater_core.vue";
</script>
<template>
<div>
..soon..
<div class="alert alert-warning" role="alert">
The updater might not working, yet! Please update manually if you are running into problems!
</div>
<div class="alert alert-warning" role="alert">
The updater doesnt contain the server related parts, yet! We are discussing this topic actually, feel free contributing with your opinion on Discord!
</div>
<settings_updater_core />
</div>
</template>