Closed jjramsey closed 4 months ago
Hi, thank you for the fix, and sorry for the delay, I've been away, I'll check it soon.
I looked into it, and I am not sure if I fully understand the problem, maybe you could tell me a bit more about it? What specific settings are not restored?
The fix you proposed should not change anything it seems because at the point of your fix, the config file is fully read into cf
object and the function that performs the --restore
is fully aware of the config settings.
It doesn't restore the "fill" option, at the very least. Looks like the issue is more complicated than I thought. See my comment here: https://github.com/anufrievroman/waypaper/pull/62#issuecomment-2216098490
The pull request that was just merged fixes the problem.
waypaper --restore
currently only restores the image but not the settings used to display the image stored inconfig.ini
. I do have a 3-line fix for this here: https://github.com/anufrievroman/waypaper/pull/62