mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Allow non-lower template keys replacements.
This commit is contained in:
@@ -122,7 +122,7 @@ void Inner::prepareRow(Row &row) {
|
||||
row.question.setText(st::autocompleteRowTitle, row.data.question);
|
||||
row.keys.setText(
|
||||
st::autocompleteRowKeys,
|
||||
row.data.keys.join(qstr(", ")));
|
||||
row.data.originalKeys.join(qstr(", ")));
|
||||
row.answer.setText(st::autocompleteRowAnswer, row.data.value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user