rudimentary config gui (again)

This commit is contained in:
nea
2022-10-22 00:34:22 +02:00
parent c98d4693f1
commit f85c449ed5
13 changed files with 277 additions and 53 deletions

View File

@@ -27,9 +27,9 @@ fun repoGui(): ConfigGui<RepoManager.Config> {
Text.translatable("notenoughupdates.gui.repo.reset.label"),
Text.translatable("notenoughupdates.gui.repo.reset"),
) {
RepoManager.config.user = "NotEnoughUpdates"
RepoManager.config.repo = "NotEnoughUpdates-REPO"
RepoManager.config.branch = "dangerous"
RepoManager.data.user = "NotEnoughUpdates"
RepoManager.data.repo = "NotEnoughUpdates-REPO"
RepoManager.data.branch = "dangerous"
reload()
}
}