mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-10 21:32:20 +08:00
enhance: 下载列表新增 wayland 窗口标题
This commit is contained in:
parent
c1ba14bbd0
commit
5889ac3045
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user