Added feature to expand To field

* Added feature to expand To field
* Fixed TreeVersion
This commit is contained in:
defnax 2022-12-20 21:51:21 +01:00
parent 12ef7240e9
commit d3d672dc0d
4 changed files with 201 additions and 151 deletions

View file

@ -420,7 +420,7 @@ UserNotify *MessagesDialog::createUserNotify(QObject *parent)
void MessagesDialog::processSettings(bool load)
{
int messageTreeVersion = 3; // version number for the settings to solve problems when modifying the column count
int messageTreeVersion = 4; // version number for the settings to solve problems when modifying the column count
inProcessSettings = true;