show max/min button in show player window

This commit is contained in:
snt 2024-07-27 01:50:50 +02:00
parent f665ccfd7d
commit 6da193c50d

View file

@ -2,7 +2,7 @@
ShowPlayer::ShowPlayer(QWidget *parent) :
QDialog(parent)
QDialog(parent, Qt::Window)
, ui(new Ui::ShowPlayer)
{
ui->setupUi(this);