From 27137ec9d29c36df8117869773203b243849896c Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Fri, 26 May 2023 21:46:19 +1200 Subject: feat: Made keybinds work (I hope) Note: the config file reloading keybinds isn't quite working, though, need to ungrab the keys --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3956492..a31c1df 100644 --- a/config.h +++ b/config.h @@ -23,8 +23,8 @@ class Config ~Config(); void free(); - void loadFromFile(std::string path); - void reloadFile(); + Err loadFromFile(std::string path); + Err reloadFile(); // Startup std::string* startupBash; int startupBashc; -- cgit v1.2.3