Fix android compilation
This commit is contained in:
parent
44ce4f1f37
commit
c42c5b7d82
@ -384,9 +384,9 @@ void OptionsScreenVideo::init()
|
|||||||
#if defined(ANDROID)
|
#if defined(ANDROID)
|
||||||
applyBtn->setVisible(false);
|
applyBtn->setVisible(false);
|
||||||
full->setVisible(false);
|
full->setVisible(false);
|
||||||
full_text->setVisible(false);
|
getWidget<LabelWidget>("fullscreenText")->setVisible(false);
|
||||||
rememberWinpos->setVisible(false);
|
rememberWinpos->setVisible(false);
|
||||||
rememberWinposText->setVisible(false);
|
getWidget<LabelWidget>("rememberWinposText")->setVisible(false);
|
||||||
#endif
|
#endif
|
||||||
} // init
|
} // init
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user