Просмотр исходного кода

yuzu: Allow longer controller profile names

Narr the Reg 3 лет назад
Родитель
Сommit
bfbee62340
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/yuzu/configuration/configure_input_player.cpp

+ 1 - 1
src/yuzu/configuration/configure_input_player.cpp

@@ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) {
 
 
 void ConfigureInputPlayer::CreateProfile() {
 void ConfigureInputPlayer::CreateProfile() {
     const auto profile_name =
     const auto profile_name =
-        LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20,
+        LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30,
                                       LimitableInputDialog::InputLimiter::Filesystem);
                                       LimitableInputDialog::InputLimiter::Filesystem);
 
 
     if (profile_name.isEmpty()) {
     if (profile_name.isEmpty()) {