Skip to content

Commit

Permalink
Settings fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jul 16, 2024
1 parent 40b5d65 commit 2739582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/core/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct Settings {

#[cfg(target_os = "windows")]
fn get_settings_path() -> std::path::PathBuf {
std::path::PathBuf::from("C:\\ProgramData\\Cores")
std::path::PathBuf::from("C:\\ProgramData")
}

#[cfg(not(target_os = "windows"))]
Expand Down
7 changes: 7 additions & 0 deletions platforms/core/tauri.windows.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
"app": {
"windows": [
{
"title": "Cores",
"width": 1900,
"height": 1000,
"minWidth": 600,
"minHeight": 500,
"maximized": true,
"theme": "Dark",
"transparent": true,
"windowEffects": {
"effects": ["mica"]
Expand Down

0 comments on commit 2739582

Please sign in to comment.