diff --git a/src-tauri/src/system_helpers.rs b/src-tauri/src/system_helpers.rs index bafcef9..a6379e9 100644 --- a/src-tauri/src/system_helpers.rs +++ b/src-tauri/src/system_helpers.rs @@ -61,7 +61,5 @@ pub fn install_location() -> String { // Get the path to the executable. exe_path.pop(); - println!("{}", exe_path.to_str().unwrap().to_string()); - return exe_path.to_str().unwrap().to_string(); } \ No newline at end of file diff --git a/src/ui/App.css b/src/ui/App.css index 21d1f5c..bece781 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -27,11 +27,8 @@ select:focus { } .App { - background-repeat: no-repeat; - background-size: cover; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; + background-size: contain !important; + background-position: center; } .TopButton { diff --git a/src/ui/App.tsx b/src/ui/App.tsx index 7312d53..47b62a4 100644 --- a/src/ui/App.tsx +++ b/src/ui/App.tsx @@ -117,7 +117,7 @@ class App extends React.Component { return (