diff options
| author | 2022-08-18 17:46:39 -0500 | |
|---|---|---|
| committer | 2022-08-18 17:46:39 -0500 | |
| commit | bfbee623407b9dead160466e88c0ffa69417d9a4 (patch) | |
| tree | c4f61bd86d7b6c0a951eaebfe1fbf6c5885f3379 | |
| parent | Merge pull request #8756 from Kelebek1/vol (diff) | |
| download | yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.gz yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.xz yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.zip | |
yuzu: Allow longer controller profile names
| -rw-r--r-- | src/yuzu/configuration/configure_input_player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input_player.cpp b/src/yuzu/configuration/configure_input_player.cpp index 00bee85b2..109689c88 100644 --- a/src/yuzu/configuration/configure_input_player.cpp +++ b/src/yuzu/configuration/configure_input_player.cpp | |||
| @@ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) { | |||
| 1475 | 1475 | ||
| 1476 | void ConfigureInputPlayer::CreateProfile() { | 1476 | void ConfigureInputPlayer::CreateProfile() { |
| 1477 | const auto profile_name = | 1477 | const auto profile_name = |
| 1478 | LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20, | 1478 | LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30, |
| 1479 | LimitableInputDialog::InputLimiter::Filesystem); | 1479 | LimitableInputDialog::InputLimiter::Filesystem); |
| 1480 | 1480 | ||
| 1481 | if (profile_name.isEmpty()) { | 1481 | if (profile_name.isEmpty()) { |