ketkev / VTOLVR-translation-tool

A small tool to help ease the translation of VTOL VR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save this in an array to improve expandability?

todo opened this issue · comments

commented

// Todo: Save this in an array to improve expandability?
button_next.Visibility = Visibility.Hidden;
button_previous.Visibility = Visibility.Hidden;
Description.Visibility = Visibility.Hidden;
Input.Visibility = Visibility.Hidden;
button_repeat.Visibility = Visibility.Hidden;


This issue was generated by todo based on a Todo comment in 06ceaa4. It's been assigned to @ketkev because they committed the code.