mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
Added feature to expand To field
* Added feature to expand To field * Fixed TreeVersion
This commit is contained in:
parent
12ef7240e9
commit
d3d672dc0d
4 changed files with 201 additions and 151 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue