Updated Steam meta / Fixed #3673

This commit is contained in:
Anuken
2020-11-30 17:12:29 -05:00
parent af122a76a4
commit 9870098457
5 changed files with 60 additions and 43 deletions

View File

@@ -38,7 +38,7 @@ public class HintsFragment extends Fragment{
public void build(Group parent){
group.setFillParent(true);
group.touchable = Touchable.childrenOnly;
group.visibility = () -> Core.settings.getBool("hints", true);
group.visibility = () -> Core.settings.getBool("hints", true) && ui.hudfrag.shown;
group.update(() -> {
if(current != null){
//current got completed