-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to hide VR Mode button #168
Comments
Can't seem to reproduce, granted I don't have a VR headset to begin with. As for an option to disable it, I'm against it. It'd be one thing if it displayed for every user regardless of VR support, but that doesn't seem to be the case. It wouldn't make much sense to hide a button that only shows up for VR users, which presumably has useful functionality for them. Even accounting for this bug, it would be very inconvenient that anytime you actually do want access to the button, you'd have to repatch, restart steam, and then repatch/restart again to disable it after you're done with it. |
Perhaps if you install and launch SteamVR, it will appear? I disagree about that. Big Picture can still be opened by other methods without the button for it. Likewise, VR Mode can be activated without that button. All it does is launch SteamVR, which is also an app in the library. And there's also a button in the same menus that let you launch Big Picture. With the rarity I open VR, I would rather hide that button for UI cleanliness, and just go to SteamVR in my library if I need to. Technically I wouldn't even need to do that, as launching a VR game automatically opens SteamVR. |
Still nope. 🤷
I presumed it would've had exclusive functionality, but if that's the case then I guess my fears were unfounded. git clone https://github.com/Foldex/Adwaita-for-Steam.git -b hide_vr_button
./install.py -we topbar/hide_vr If you can test to make this this works, I'll open the PR. |
Can confirm that it works! Thank you! |
Similar to the Big Picture button, there is a VR button which always displays. This used to only appear when a headset was actively plugged in, but this seems to no longer be the case. Since there is already an option to hide the Big Picture button, it makes sense to have an option to hide this too.
The text was updated successfully, but these errors were encountered: