ruslang02 / discord-qt

Discord client powered by Node.JS and Qt Widgets.
GNU General Public License v3.0
208 stars 11 forks source link

Theme Drop Down proposal with errors in configuration loading/saving. #5

Closed chechirecat closed 4 years ago

chechirecat commented 4 years ago

As discussed yesterday, I think I found the right way to transmit to you the changes I propose for the Drop Down. Please do not directly merge it, since it has some problems with saving or loading the configuration parameters. But I hope it produces not much work for you to find the issue! Thanks for your great software so far!

ruslang02 commented 4 years ago

The issue is that triggerring setCurrentText triggers the currentTextChanged event handler as well, altogether with the fact that the config file might not be loaded yet when creating the element.

Will fix it right now.