Closed 66OJ66 closed 1 year ago
Hi,
When starting shadplay for the 1st time, I got this error Error: No such file or directory (os error 2).
Error: No such file or directory (os error 2)
After doing some digging, it looks like UserConfig isn't created automatically.
UserConfig
So this PR simply:
fn main
Hi,
When starting shadplay for the 1st time, I got this error
Error: No such file or directory (os error 2)
.After doing some digging, it looks like
UserConfig
isn't created automatically.So this PR simply:
UserConfig
when no existing config is found (and saves this to disk)fn main
as config loading always succeeds now