ui: Rename depth buffers to depth buffer

Removes ambiguity between config and ui
This commit is contained in:
Ani 2026-02-22 15:52:48 +01:00
parent 99735a26ff
commit 139e092173

View file

@ -2674,14 +2674,14 @@
<item>
<widget class="QCheckBox" name="readDepth">
<property name="text">
<string>Read Depth Buffers</string>
<string>Read Depth Buffer</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="dumpDepth">
<property name="text">
<string>Write Depth Buffers</string>
<string>Write Depth Buffer</string>
</property>
</widget>
</item>