diff --git a/src-tauri/src/release.rs b/src-tauri/src/release.rs index 9056f77..647f454 100644 --- a/src-tauri/src/release.rs +++ b/src-tauri/src/release.rs @@ -17,7 +17,7 @@ pub async fn get_latest_release() -> Release { .unwrap(); let text = response.text().await.unwrap(); - println!("Response: {}", text); + //println!("Response: {}", text); // Parse "tag_name" from JSON let json: serde_json::Value = serde_json::from_str(&text).unwrap(); diff --git a/src/ui/Mods.css b/src/ui/Mods.css index 709ca26..520a3a8 100644 --- a/src/ui/Mods.css +++ b/src/ui/Mods.css @@ -1,6 +1,6 @@ .Mods { backdrop-filter: blur(10px); - height: 90%; + height: 80%; width: 100%; } diff --git a/src/ui/Mods.tsx b/src/ui/Mods.tsx index 623d1f7..612f277 100644 --- a/src/ui/Mods.tsx +++ b/src/ui/Mods.tsx @@ -188,7 +188,12 @@ export class Mods extends React.Component { - + {this.state.category != 'installed' && ( + <> +

{this.state.page}

+ + + )} { case 'latest_version': news = ( - Latest version: Grasscutter 1.4.6 - Cultivation 1.0.10 + Latest version: Grasscutter 1.4.8 - Cultivation 1.0.26 ) break