Added option to disable rumble from the Apollo side
Added option to disable rumble from the Apollo side
This commit is contained in:
@@ -177,6 +177,17 @@ const config = ref(props.config)
|
||||
v-model="config.enable_input_only_mode"
|
||||
default="false"
|
||||
></Checkbox>
|
||||
|
||||
<!-- Enable Block Rumble Messages to Controllers -->
|
||||
<hr>
|
||||
<Checkbox v-if="platform === 'windows'"
|
||||
class="mb-3"
|
||||
id="enable_block_rumble_messages_to_controllers"
|
||||
locale-prefix="config"
|
||||
v-model="config.enable_block_rumble_messages_to_controllers"
|
||||
default="false"
|
||||
></Checkbox>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user