diff --git a/saoriview.cpp b/saoriview.cpp index c8b8d29..35fba5c 100644 --- a/saoriview.cpp +++ b/saoriview.cpp @@ -135,12 +135,18 @@ { QString result; result += ""; - result += ""; + if (json["type"].toString() == "image") { + result += ""; + } result += "mdiArea->addSubWindow(view); sub->setWindowTitle(url.toString());