You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "theseus_gui"
|
||||
version = "0.9.0-2"
|
||||
version = "0.9.0"
|
||||
description = "The Modrinth App is a desktop application for managing your Minecraft mods"
|
||||
license = "GPL-3.0-only"
|
||||
repository = "https://github.com/modrinth/code/apps/app/"
|
||||
|
||||
@@ -61,7 +61,7 @@ fn get_webview_position<R: Runtime>(
|
||||
let width = 300.0 * dpr;
|
||||
let height = 250.0 * dpr;
|
||||
|
||||
let main_window_size = main_window.inner_size()?;
|
||||
let main_window_size = main_window.outer_size()?;
|
||||
let x = (main_window_size.width as f32) - width;
|
||||
let y = (main_window_size.height as f32) - height;
|
||||
|
||||
|
||||
@@ -237,7 +237,7 @@ fn main() {
|
||||
|
||||
if let Some(window) = app.get_window("main") {
|
||||
// Hide window to prevent white flash on startup
|
||||
let _ = window.hide();
|
||||
// let _ = window.hide();
|
||||
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
{
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
]
|
||||
},
|
||||
"productName": "Modrinth App",
|
||||
"version": "0.9.0-2",
|
||||
"version": "0.9.0",
|
||||
"mainBinaryName": "Modrinth App",
|
||||
"identifier": "ModrinthApp",
|
||||
"plugins": {
|
||||
@@ -69,7 +69,7 @@
|
||||
"width": 1280,
|
||||
"minHeight": 700,
|
||||
"minWidth": 1100,
|
||||
"visible": false,
|
||||
"visible": true,
|
||||
"zoomHotkeysEnabled": false,
|
||||
"decorations": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user