mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-08 15:58:47 +01:00
Subsonic: Make HTTP/2 setting visible with Qt 5.15.0 and higher
This commit is contained in:
parent
92f6a0c6c8
commit
c15dfc7c5d
@ -58,7 +58,9 @@ SubsonicSettingsPage::SubsonicSettingsPage(SettingsDialog *dialog, QWidget *pare
|
|||||||
|
|
||||||
dialog->installEventFilter(this);
|
dialog->installEventFilter(this);
|
||||||
|
|
||||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
#if QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)
|
||||||
|
ui_->checkbox_http2->show();
|
||||||
|
#else
|
||||||
ui_->checkbox_http2->hide();
|
ui_->checkbox_http2->hide();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user