mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-18 11:39:31 +01:00
Also disable scroll over icon to change track option on systems without
X11
This commit is contained in:
parent
4887b85b8a
commit
c44638dcbe
@ -121,8 +121,10 @@ BehaviourSettingsPage::BehaviourSettingsPage(SettingsDialog *dialog) : SettingsP
|
||||
ui_->groupbox_language->setVisible(false);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_X11
|
||||
QString de = Utilities::DesktopEnvironment();
|
||||
if (de.toLower() == "kde")
|
||||
#endif
|
||||
ui_->checkbox_scrolltrayicon->hide();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user