diff --git a/Cargo.lock b/Cargo.lock index 83fc4995..c83479ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,6 +1406,7 @@ dependencies = [ "keyvalues-parser", "log", "lz4_flex", + "rand 0.10.2", "rust-embed", "serde", "serde_json", diff --git a/dash-frontend/Cargo.toml b/dash-frontend/Cargo.toml index f5c05861..6a3219b5 100644 --- a/dash-frontend/Cargo.toml +++ b/dash-frontend/Cargo.toml @@ -27,6 +27,7 @@ xdg.workspace = true keyvalues-parser = "0.2.4" lz4_flex = { version = "0.13.1", features = ["frame"] } ureq = "3.3.0" +rand = "0.10.2" [features] default = ["monado"] diff --git a/dash-frontend/assets/gui/tab/donate.xml b/dash-frontend/assets/gui/tab/donate.xml index 1158caa0..f94fcac2 100644 --- a/dash-frontend/assets/gui/tab/donate.xml +++ b/dash-frontend/assets/gui/tab/donate.xml @@ -34,7 +34,7 @@
-
diff --git a/dash-frontend/assets/gui/tab/home.xml b/dash-frontend/assets/gui/tab/home.xml index 0f3d0c38..1a66cabe 100644 --- a/dash-frontend/assets/gui/tab/home.xml +++ b/dash-frontend/assets/gui/tab/home.xml @@ -7,12 +7,17 @@ justify_content="center" align_items="center" flex_grow="1" - gap="24"> + gap="8" + > -