diff options
| author | 2021-05-25 15:51:51 -0700 | |
|---|---|---|
| committer | 2021-05-25 15:51:51 -0700 | |
| 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.gz yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.tar.xz yuzu-08a5cf0b5bd43f63122cb722f5ecce89ab01a160.zip | |
Merge pull request #6349 from german77/suppress_config_warning
settings: Suppress duplicate label name warning
| -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 @@ | |||
| 26 | <widget class="QWidget" name="widget_accuracy" native="true"> | 26 | <widget class="QWidget" name="widget_accuracy" native="true"> |
| 27 | <layout class="QHBoxLayout" name="layout_accuracy"> | 27 | <layout class="QHBoxLayout" name="layout_accuracy"> |
| 28 | <item> | 28 | <item> |
| 29 | <widget class="QLabel" name="label"> | 29 | <widget class="QLabel" name="label_accuracy"> |
| 30 | <property name="text"> | 30 | <property name="text"> |
| 31 | <string>Accuracy:</string> | 31 | <string>Accuracy:</string> |
| 32 | </property> | 32 | </property> |
| @@ -55,7 +55,7 @@ | |||
| 55 | </widget> | 55 | </widget> |
| 56 | </item> | 56 | </item> |
| 57 | <item> | 57 | <item> |
| 58 | <widget class="QLabel" name="label"> | 58 | <widget class="QLabel" name="label_recommended_accuracy"> |
| 59 | <property name="text"> | 59 | <property name="text"> |
| 60 | <string>We recommend setting accuracy to "Accurate".</string> | 60 | <string>We recommend setting accuracy to "Accurate".</string> |
| 61 | </property> | 61 | </property> |
| @@ -78,7 +78,7 @@ | |||
| 78 | </property> | 78 | </property> |
| 79 | <layout class="QVBoxLayout"> | 79 | <layout class="QVBoxLayout"> |
| 80 | <item> | 80 | <item> |
| 81 | <widget class="QLabel" name="label"> | 81 | <widget class="QLabel" name="label_accuracy_description"> |
| 82 | <property name="text"> | 82 | <property name="text"> |
| 83 | <string>These settings reduce accuracy for speed.</string> | 83 | <string>These settings reduce accuracy for speed.</string> |
| 84 | </property> | 84 | </property> |