update settings screen

This commit is contained in:
Ren Amamiya
2023-08-31 08:51:23 +07:00
parent c29ed9669e
commit f2eb7a90ad
20 changed files with 305 additions and 251 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -2677,7 +2677,7 @@ dependencies = [
[[package]]
name = "lume"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"rust-argon2",
"serde",

View File

@@ -25,22 +25,6 @@
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": true
},
{
"width": 1080,
"height": 800,
"resizable": false,
"theme": "Dark",
"label": "settings",
"url": "settings",
"title": "Settings",
"titleBarStyle": "Overlay",
"transparent": false,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": false
}
]
}

View File

@@ -32,26 +32,6 @@
"effects": ["hudWindow"],
"state": "followsWindowActiveState"
}
},
{
"width": 1080,
"height": 800,
"resizable": false,
"theme": "Dark",
"label": "settings",
"url": "settings",
"title": "Settings",
"titleBarStyle": "Overlay",
"transparent": true,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": false,
"windowEffects": {
"effects": ["hudWindow"],
"state": "followsWindowActiveState"
}
}
]
}

View File

@@ -29,26 +29,6 @@
"effects": ["micaDark", "micaLight", "acrylic"],
"state": "followsWindowActiveState"
}
},
{
"width": 1080,
"height": 800,
"resizable": false,
"theme": "Dark",
"label": "settings",
"url": "settings",
"title": "Settings",
"titleBarStyle": "Overlay",
"transparent": true,
"center": true,
"fullscreen": false,
"hiddenTitle": true,
"visible": false,
"fileDropEnabled": false,
"windowEffects": {
"effects": ["micaDark", "micaLight", "acrylic"],
"state": "followsWindowActiveState"
}
}
]
}