[F] Make config path only when it's needed

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-04-25 14:38:59 -04:00
parent 3219547c92
commit 2c8261dc9a
2 changed files with 6 additions and 2 deletions

View file

@ -48,6 +48,10 @@ Feel free to experiment with it!
* [ ] Add interactive configurator for adjusting brightness
* [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer)
### 1.0.7
* Fix: Make config path not on init but when it's actually needed.
### 1.0.6
* Remove `hypy_utils` dependency to make packaging easier.