This commit is contained in:
skymz4 2022-04-25 19:29:57 +02:00 committed by GitHub
parent c0fe7eaab5
commit cd20f32acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1270,7 +1270,7 @@ void RenderD7::RSettings::Logic(u32 hDown, u32 hHeld, u32 hUp, touchPosition tou
if (d7_hDown & KEY_TOUCH && RenderD7::touchTObj(d7_touch, buttons[2]))
{
metrikd = metrikd ? false : true;
cfgstruct["metril-settings"]["enableoverlay"] = metrikd ? "1" : "0";
cfgstruct["metrik-settings"]["enableoverlay"] = metrikd ? "1" : "0";
}
if (d7_hDown & KEY_TOUCH && RenderD7::touchTObj(d7_touch, buttons[3]) && !metrikd)
{