mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
Fix loading group tree settings
This commit is contained in:
parent
f54be58088
commit
fc1f1caa03
@ -119,6 +119,9 @@ GxsGroupFrameDialog::GxsGroupFrameDialog(RsGxsIfaceHelper *ifaceImpl,const QStri
|
||||
sizes << 300 << width(); // Qt calculates the right sizes
|
||||
ui->splitter->setSizes(sizes);
|
||||
|
||||
// load settings
|
||||
processSettings(true);
|
||||
|
||||
#ifndef UNFINISHED
|
||||
ui->todoPushButton->hide();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user