Switch updater and docs from GitHub to Codeberg

This commit is contained in:
Sucukdeluxe
2026-03-01 02:40:11 +01:00
parent fe59e064f0
commit 43bc95b7fc
5 changed files with 35 additions and 33 deletions
+1 -1
View File
@@ -1527,7 +1527,7 @@ export function App(): ReactElement {
<option value="ask">nachfragen</option>
</select></div>
</div>
<label>GitHub Repo</label>
<label>Codeberg Repo</label>
<input value={settingsDraft.updateRepo} onChange={(e) => setText("updateRepo", e.target.value)} />
<label className="toggle-line"><input type="checkbox" checked={settingsDraft.autoUpdateCheck} onChange={(e) => setBool("autoUpdateCheck", e.target.checked)} /> Beim Start auf Updates prüfen</label>
</article>