OVR Toolkit Notifications (#751)

* Added OVR Toolkit notification support

* Change order

* Self identify by user-agent.

* Fix comments
This commit is contained in:
Usman Shafiq
2024-03-20 17:40:23 -04:00
committed by GitHub
parent fb019088d4
commit 271139b144
6 changed files with 516 additions and 2 deletions

View File

@@ -257,6 +257,12 @@ mixin settingsTab()
div.options-container-item
span.name {{ $t('view.settings.notifications.notifications.steamvr_notifications.xsoverlay_notifications') }}
el-switch(v-model="xsNotifications" @change="saveOpenVROption")
div.options-container-item
span.name {{ $t('view.settings.notifications.notifications.steamvr_notifications.ovrtoolkit_hud_notifications') }}
el-switch(v-model="ovrtHudNotifications" @change="saveOpenVROption")
div.options-container-item
span.name {{ $t('view.settings.notifications.notifications.steamvr_notifications.ovrtoolkit_wrist_notifications') }}
el-switch(v-model="ovrtWristNotifications" @change="saveOpenVROption")
div.options-container-item
span.name {{ $t('view.settings.notifications.notifications.steamvr_notifications.user_images') }}
el-switch(v-model="imageNotifications" @change="saveOpenVROption")