mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix SharedFilesDialog show old hidden column.
Renamed group as calling setColumnHidden(COLUMN_AGE, false) doesn't work.
This commit is contained in:
parent
ab45a972b0
commit
58d418da67
@ -335,7 +335,7 @@ void LocalSharedFilesDialog::processSettings(bool bLoad)
|
||||
}
|
||||
void RemoteSharedFilesDialog::processSettings(bool bLoad)
|
||||
{
|
||||
Settings->beginGroup("SharedFilesDialog");
|
||||
Settings->beginGroup("RemoteSharedFilesDialog");
|
||||
|
||||
if (bLoad) {
|
||||
// load settings
|
||||
|
Loading…
Reference in New Issue
Block a user