enhance: 下载列表新增 wayland 窗口标题

This commit is contained in:
uniartisan 2022-12-23 18:42:19 +08:00
parent c1ba14bbd0
commit 5889ac3045

View File

@ -7,6 +7,7 @@ DownloadListWidget::DownloadListWidget(QWidget *parent) : DBlurEffectWidget(pare
ui(new Ui::DownloadListWidget)
{
ui->setupUi(this);
setWindowTitle("Download list");
installEventFilter(this);
this->setAttribute(Qt::WA_Hover, true);
setFocus();