Instead of settings.clear(); which clears the whole settings file, is there a way to only clean a certain Array?
For example, make this:
[monitored_folders]
size=1
1\item=/usr/share/backgrounds
into this:
[monitored_folders]
size=0
↧