diff --git a/src/components.cpp b/src/components.cpp index 810c49f..c7261ce 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -118,5 +118,7 @@ void ClickableLabel::mousePressEvent(QMouseEvent* event) { WindowModalDialog::WindowModalDialog(QWidget *parent) : QDialog(parent) { +#ifndef Q_OS_MACOS this->setWindowModality(Qt::WindowModal); +#endif } \ No newline at end of file