mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-21 23:40:26 -04:00
used light grey instead of read to show missing directories
This commit is contained in:
parent
8adb91be91
commit
eedeaebbe7
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ void ShareManager::load()
|
|||
}
|
||||
else
|
||||
{
|
||||
listWidget->item(row,COLUMN_PATH)->setTextColor(Qt::red);
|
||||
listWidget->item(row,COLUMN_PATH)->setTextColor(Qt::lightGray);
|
||||
listWidget->item(row,COLUMN_PATH)->setToolTip(tr("Directory does not exist! Double click to change shared directory path")) ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue