git.lucas.co / cce-ui
GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git

commitc7110712641a29584edfc4ead1ae3f4c80e6c6d5
parent39e2ba133d
authorLucas Galante <[email protected]>
date2026-07-03 01:26
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) {