fixed compilation
This commit is contained in:
parent
fce6b64e5e
commit
aa13bc0e36
1 changed files with 1 additions and 1 deletions
|
@ -167,13 +167,13 @@ void OptionsDialog::open() {
|
|||
|
||||
// Graphic options
|
||||
if (_fullscreenCheckbox) {
|
||||
|
||||
#ifdef SMALL_SCREEN_DEVICE
|
||||
_fullscreenCheckbox->setState(true);
|
||||
_fullscreenCheckbox->setEnabled(false);
|
||||
#else // !SMALL_SCREEN_DEVICE
|
||||
// Fullscreen setting
|
||||
_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain));
|
||||
#endif // SMALL_SCREEN_DEVICE
|
||||
}
|
||||
|
||||
// Audio options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue