Fix: Do not show touchscreen in home page #148530
This commit is contained in:
parent
bced3ec189
commit
677f57abff
|
@ -93,7 +93,7 @@ const QString TouchscreenSettings::name() const
|
|||
|
||||
bool TouchscreenSettings::isShowOnHomePage() const
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
QIcon TouchscreenSettings::icon() const
|
||||
|
|
Loading…
Reference in New Issue