fixed build without IMAGE_SUPPORT

This commit is contained in:
thrust26 2023-08-29 23:20:19 +02:00
parent 1f40abef3f
commit 374b49bf21
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ bool Bezel::load()
} }
catch(const runtime_error&) { } catch(const runtime_error&) { }
} }
#else
const bool show = false;
#endif #endif
if(isValid) if(isValid)
{ {