diff options
| author | 2022-08-20 18:31:46 -0400 | |
|---|---|---|
| committer | 2022-08-20 18:31:46 -0400 | |
| commit | 1088e8ce5c2c0af293da5508de5bf0c76d9b40ef (patch) | |
| tree | e43f52d528140e9c2468daf4896662f40ba137c6 /src | |
| parent | Merge pull request #8797 from Docteh/filtering (diff) | |
| parent | yuzu: Allow longer controller profile names (diff) | |
| download | yuzu-1088e8ce5c2c0af293da5508de5bf0c76d9b40ef.tar.gz yuzu-1088e8ce5c2c0af293da5508de5bf0c76d9b40ef.tar.xz yuzu-1088e8ce5c2c0af293da5508de5bf0c76d9b40ef.zip | |
Merge pull request #8783 from german77/looong
yuzu: Allow longer controller profile names
Diffstat (limited to 'src')
| -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()) { |