mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Correctly host rich message in the item.
This commit is contained in:
@@ -96,8 +96,7 @@ void DocumentSaveClickHandler::Save(
|
||||
return;
|
||||
}
|
||||
const auto filepath = data->filepath(true);
|
||||
const auto fileinfo = QFileInfo(
|
||||
);
|
||||
const auto fileinfo = QFileInfo(filepath);
|
||||
const auto filedir = filepath.isEmpty()
|
||||
? QDir()
|
||||
: fileinfo.dir();
|
||||
|
||||
Reference in New Issue
Block a user