GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
Merged input.kdl path and configurations into config.kdl
src/config.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config.rs b/src/config.rs
index f1f88a8..83487b1 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -392,7 +392,7 @@ pub fn get_config_path() -> std::path::PathBuf {
}
pub fn get_input_path() -> std::path::PathBuf {
- get_config_path().parent().unwrap().to_path_buf().join("input.kdl")
+ get_config_path()
}
fn perform_rolling_backup(path: &str) {