Makes flashlight action button update when flashlight toggles (#66434)

This commit is contained in:
Tastyfish
2022-04-24 23:43:53 +08:00
committed by GitHub
parent 2e8faef7c4
commit 20cf229b0c
@@ -564,6 +564,8 @@ GLOBAL_LIST_EMPTY(TabletMessengers) // a list of all active messengers, similar
else
set_light(0)
update_appearance()
if(light_butt)
update_action_buttons(force = TRUE) // must force if just the overlays changed.
return TRUE
/**