This commit is contained in:
Alayan 2024-05-04 20:26:24 +02:00
parent 8fd0a0a09d
commit 0969a173c7
No known key found for this signature in database

View File

@ -354,6 +354,7 @@ void OptionsScreenVideo::init()
getWidget<SpinnerWidget>("scale_rtts")->setActive(!in_game ||
GE::getDriver()->getDriverType() == video::EDT_VULKAN);
}
getWidget<ButtonWidget>("benchmarkCurrent")->setActive(!in_game);
#endif
#if defined(MOBILE_STK) || defined(__SWITCH__)