LGUG2Z / whkd

A simple hotkey daemon for Windows
MIT License
509 stars 12 forks source link

removing redundent config directory check #16

Closed AlexGirardDev closed 1 year ago

AlexGirardDev commented 1 year ago

Issue I found with #14

This code is only checking the original config directory in the users home. I don't have this directory at all on my computer so this check was failing for me even though I did have a valid whkdrc in my custom config home directory.

I think the new coded added in #14 handles all the error cases around loading this file so removing this check entierly seemed more reasonable to me than having it look at the env variable