forked from blue/squawk
downloaded files now stored with squawk:// prefix, that way I can move downloads folder without messing up the database
This commit is contained in:
parent
243edff8bd
commit
d8b5ccb2da
14 changed files with 75 additions and 44 deletions
|
@ -483,7 +483,7 @@ void Conversation::onFeedContext(const QPoint& pos)
|
|||
});
|
||||
}
|
||||
|
||||
QString path = item->getAttachPath();
|
||||
QString path = Shared::resolvePath(item->getAttachPath());
|
||||
if (path.size() > 0) {
|
||||
showMenu = true;
|
||||
QAction* open = contextMenu->addAction(Shared::icon("document-preview"), tr("Open"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue