diff --git a/platforms/core/src/settings.rs b/platforms/core/src/settings.rs index fd7db73..5ff545e 100644 --- a/platforms/core/src/settings.rs +++ b/platforms/core/src/settings.rs @@ -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"))] diff --git a/platforms/core/tauri.windows.conf.json b/platforms/core/tauri.windows.conf.json index 27f7d34..29a3c3f 100644 --- a/platforms/core/tauri.windows.conf.json +++ b/platforms/core/tauri.windows.conf.json @@ -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"]