Make 3d screen automatic setting option joint only

This commit is contained in:
Lorenzooone
2025-03-24 00:25:10 +01:00
parent 48ebb8afb4
commit a651063c90
2 changed files with 21 additions and 9 deletions

View File

@@ -44,5 +44,6 @@ private:
std::string setTextOptionBool(int index, bool value);
std::string get_false_option(int index);
int pos_y_subtractor;
ScreenType stype;
};
#endif