OpenVR-Advanced-Settings / OpenVR-AdvancedSettings

OpenVR Advanced Settings Dashboard Overlay
GNU General Public License v3.0
1.31k stars 131 forks source link

Accessibility Tab redundant #27

Closed ykeara closed 5 years ago

ykeara commented 5 years ago

As it stands, the accessibility tab appears to be completely redundant with playspace tab, as Such should be removed.

ykeara commented 5 years ago

It does appear it has a toggle feature to say snap height form + .5 to + 0 that is not built in elsewhere

ykeara commented 5 years ago

When #60 is implemented, unless no other complaints are present the accessibility tab will be removed.

username223 commented 5 years ago

Since the AccessibilityTabController inherits from PttController it either has to be refactored together with the AudioTabController or deleted. Simply deleting it is way easier than trying to wrangle that mess into something useful only to then delete it.

It is being deleted as part of #51.

username223 commented 5 years ago

Solved by PR #79.