update linux deploy script & fix warnings

This commit is contained in:
uncor3
2026-01-20 00:11:59 +00:00
parent 2102e6d072
commit d8325c0223
18 changed files with 118 additions and 44 deletions
-5
View File
@@ -99,11 +99,6 @@ void NetworkDevicesWidget::setupUI()
m_scrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
m_scrollArea->setStyleSheet(
"QScrollArea { background: transparent; border: none; }");
/* FIXME: We need a better approach to theme awareness */
connect(qApp, &QApplication::paletteChanged, this, [this]() {
m_scrollArea->setStyleSheet(
"QScrollArea { background: transparent; border: none; }");
});
// Scroll content
m_scrollContent = new QWidget();