rmountjoy92 / DashMachine

Another web application bookmark dashboard, with fun features.
GNU General Public License v3.0
1.24k stars 119 forks source link

[Enhancement] Comments on config file #144

Closed Thlb closed 4 years ago

Thlb commented 4 years ago

Comments on config file are removed while saving.

This could be useful for :

rmountjoy92 commented 4 years ago

Unfortunately, Configparser (the python backend module that parses the ini file) wipes out comments whenever you modify the ini using Configparser. My solutions for this is: