@carlschwan @brunomiguel I had the same problem, and deleting the config solved it.
In the process, I learned that Kirigami's configs are stored as ~/.config/KDE/tokodon.conf and not as ~/.config/tokodon.conf, like QWidgts applications.
@Cochise @carlschwan nice tip! I'll try it
@Cochise @carlschwan it worked :D
@Cochise @brunomiguel Actually this has nothing to do with QtQuick vs QtWidget but more about QSettings vs KConfig. I'm still using QSettings in Tokodon, and I need to migrate at some point to the more powerful and integrated KConfig.