Profile Options (#120)

* init profile settings

* more work

* finish everything

* Switch to index approach

* Fix settings str split

* Run lint
This commit is contained in:
Geometrically
2023-05-19 18:59:32 -07:00
committed by GitHub
parent 4df7605b8d
commit 6014172046
43 changed files with 1108 additions and 709 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ use daedalus::{
use futures::prelude::*;
use tokio::{fs, sync::OnceCell};
#[tracing::instrument(skip_all)]
#[tracing::instrument(skip(st, version))]
pub async fn download_minecraft(
st: &State,
version: &GameVersionInfo,