mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
make tag-suggestions case insensitive
This commit is contained in:
parent
8d6d937b1b
commit
4d7eae34c2
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ struct TagsEdit::Impl
|
|||
void setupCompleter()
|
||||
{
|
||||
completer->setWidget(ifce);
|
||||
completer->setCaseSensitivity(Qt::CaseInsensitive);
|
||||
connect(completer.get(),
|
||||
static_cast<void (QCompleter::*)(QString const&)>(&QCompleter::activated),
|
||||
[this](QString const& text) { currentText(text); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue