mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05:00
used light grey instead of read to show missing directories
This commit is contained in:
parent
8adb91be91
commit
eedeaebbe7
@ -262,7 +262,7 @@ void ShareManager::load()
|
|||||||
}
|
}
|
||||||
else
|
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")) ;
|
listWidget->item(row,COLUMN_PATH)->setToolTip(tr("Directory does not exist! Double click to change shared directory path")) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user