default to webcam off

This commit is contained in:
2025-02-27 04:27:54 -06:00
parent 99fbe8f876
commit b48363fc99
3 changed files with 4 additions and 10 deletions

View File

@ -20,13 +20,7 @@ class HiddenField {
{
return dynamic_cast<T>(ptr);
}
template<typename T>
T* AllocField()
{
auto v = new T();
SetField(v);
return v;
}
~HiddenField();
};
}