mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-02 11:19:30 -05:00
make tag-suggestions case insensitive
This commit is contained in:
parent
8d6d937b1b
commit
4d7eae34c2
@ -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…
x
Reference in New Issue
Block a user