mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
make tag-suggestions case insensitive
This commit is contained in:
parent
6cc6e42542
commit
2c76a370c2
@ -414,6 +414,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…
x
Reference in New Issue
Block a user