mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -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
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void LocalSharedFilesDialog::processSettings(bool bLoad)
|
||||||
}
|
}
|
||||||
void RemoteSharedFilesDialog::processSettings(bool bLoad)
|
void RemoteSharedFilesDialog::processSettings(bool bLoad)
|
||||||
{
|
{
|
||||||
Settings->beginGroup("SharedFilesDialog");
|
Settings->beginGroup("RemoteSharedFilesDialog");
|
||||||
|
|
||||||
if (bLoad) {
|
if (bLoad) {
|
||||||
// load settings
|
// load settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue