diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp index bf26fe58..28781ada 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp @@ -33,6 +33,7 @@ ComicVineDialog::ComicVineDialog(QWidget *parent) : QDialog(parent) { setWindowFlags(Qt::Window); + setModal(true); doLayout(); doStackedWidgets();