mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Make comic vine dialog modal
This commit is contained in:
parent
24f855b21d
commit
2b56945374
@ -33,6 +33,7 @@ ComicVineDialog::ComicVineDialog(QWidget *parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setWindowFlags(Qt::Window);
|
||||
setModal(true);
|
||||
|
||||
doLayout();
|
||||
doStackedWidgets();
|
||||
|
Loading…
Reference in New Issue
Block a user