Fix: Do not show touchscreen in home page #148530

This commit is contained in:
amphetaminewei 2022-11-18 10:50:32 +08:00
parent bced3ec189
commit 677f57abff
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const QString TouchscreenSettings::name() const
bool TouchscreenSettings::isShowOnHomePage() const
{
return true;
return false;
}
QIcon TouchscreenSettings::icon() const