diff options
| author | 2022-10-20 18:05:05 -0400 | |
|---|---|---|
| committer | 2022-10-20 18:05:05 -0400 | |
| commit | 9e168370880ad7b0580e7b5dd313c1e52a64707e (patch) | |
| tree | 3283fc8f81b7fd1087dcdd616fece8803b68133e /src | |
| parent | Merge pull request #9096 from Kelebek1/audio_15 (diff) | |
| parent | Controller Applet had instance of Undocked, make Handheld (diff) | |
| download | yuzu-9e168370880ad7b0580e7b5dd313c1e52a64707e.tar.gz yuzu-9e168370880ad7b0580e7b5dd313c1e52a64707e.tar.xz yuzu-9e168370880ad7b0580e7b5dd313c1e52a64707e.zip | |
Merge pull request #9099 from Docteh/undocked
Controller Applet had instance of Undocked, make Handheld
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/applets/qt_controller.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/qt_controller.ui b/src/yuzu/applets/qt_controller.ui index c8cb6bcf3..f5eccba70 100644 --- a/src/yuzu/applets/qt_controller.ui +++ b/src/yuzu/applets/qt_controller.ui | |||
| @@ -2300,7 +2300,7 @@ | |||
| 2300 | <item> | 2300 | <item> |
| 2301 | <widget class="QRadioButton" name="radioUndocked"> | 2301 | <widget class="QRadioButton" name="radioUndocked"> |
| 2302 | <property name="text"> | 2302 | <property name="text"> |
| 2303 | <string>Undocked</string> | 2303 | <string>Handheld</string> |
| 2304 | </property> | 2304 | </property> |
| 2305 | </widget> | 2305 | </widget> |
| 2306 | </item> | 2306 | </item> |