Closed nzxl101 closed 3 years ago
Would it be possible for you to not require the pipe and zeroes after the keys on startup? I think it creates unnessesary clutter in the config file and it might not be intuitive for everyone and let's be frank, people often don't read the readme file. So for example make the program create the numbers for saving counter only if someone has the counter enabled? Another thing is this dependency why is it here?
Another thing is this dependency
My bad. I've commited the obj/ folder and didn't notice because I thought it's in the .gitignore already. Shouldn't really matter but I would delete it.
I think it creates unnessesary clutter in the config file and it might not be intuitive for everyone and let's be frank, people often don't read the readme file.
The config file is already pretty cluttered to be honest. I'm gonna look into a better solution for that.
The config file is already pretty cluttered to be honest.
Yeah I know, that's why i don't want any more unnessesary clutter in there if it's not used by someone
I've also changed a bit of the config code to make it more "accessible" and it could be used for later on when creating a gui for setting up things more easily (if planned).