mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
@@ -76,7 +76,9 @@ PropertiesWidget::PropertiesWidget(QWidget *parent)
|
|||||||
, m_ui(new Ui::PropertiesWidget())
|
, m_ui(new Ui::PropertiesWidget())
|
||||||
{
|
{
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
#ifndef Q_OS_MACOS
|
||||||
setAutoFillBackground(true);
|
setAutoFillBackground(true);
|
||||||
|
#endif
|
||||||
|
|
||||||
m_state = VISIBLE;
|
m_state = VISIBLE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user