diff options
author | bunnei <bunneidev@gmail.com> | 2021-05-26 00:51:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 00:51:51 +0200 |
commit | 08a5cf0b5bd43f63122cb722f5ecce89ab01a160 (patch) | |
tree | 7d9d10ab7b1c12a38486f6a91fbbe0a4b78e9301 | |
parent | Merge pull request #6348 from lioncash/zstd (diff) | |
parent | settings: Suppress duplicate label name warning (diff) | |
download | yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.gz yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.bz2 yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.lz yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.xz yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.zst yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.zip |
Diffstat (limited to '')
-rw-r--r-- | src/yuzu/configuration/configure_cpu.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_cpu.ui b/src/yuzu/configuration/configure_cpu.ui index d0e7e7bfe..99b573640 100644 --- a/src/yuzu/configuration/configure_cpu.ui +++ b/src/yuzu/configuration/configure_cpu.ui @@ -26,7 +26,7 @@ <widget class="QWidget" name="widget_accuracy" native="true"> <layout class="QHBoxLayout" name="layout_accuracy"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy"> <property name="text"> <string>Accuracy:</string> </property> @@ -55,7 +55,7 @@ </widget> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_recommended_accuracy"> <property name="text"> <string>We recommend setting accuracy to "Accurate".</string> </property> @@ -78,7 +78,7 @@ </property> <layout class="QVBoxLayout"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_accuracy_description"> <property name="text"> <string>These settings reduce accuracy for speed.</string> </property> |