mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
0.6.2 version, context menus fixed, image documents view in overlay added
This commit is contained in:
@@ -103,6 +103,7 @@ void LocalImageLoaderPrivate::prepareImages() {
|
||||
if (type == ToPrepareDocument) {
|
||||
filename = filedialogDefaultName(qsl("image"), qsl(".png"), QString(), true);
|
||||
QMimeType mimeType = QMimeDatabase().mimeTypeForName("image/png");
|
||||
mime = mimeType.name();
|
||||
data = QByteArray();
|
||||
{
|
||||
QBuffer b(&data);
|
||||
|
Reference in New Issue
Block a user