mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
GUI: add custom title format to settings dialog
This commit is contained in:
parent
23f1515448
commit
ee54ba970a
15 changed files with 268 additions and 147 deletions
|
@ -1138,7 +1138,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
|
|||
|
||||
input_dialog dlg(128, old_title, tr("Rename Title"), tr("%0\n%1\n\nYou can clear the line in order to use the original title.").arg(name).arg(serial), name, this);
|
||||
dlg.move(globalPos);
|
||||
connect(&dlg, &input_dialog::text_changed, this, [&new_title](const QString& text)
|
||||
connect(&dlg, &input_dialog::text_changed, [&new_title](const QString& text)
|
||||
{
|
||||
new_title = text.simplified();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue