change allowed mistakes, fix minor style issues, remove old completer function from inputbar
This commit is contained in:
parent
1f8a3ae1e8
commit
8870455f9d
8 changed files with 43 additions and 50 deletions
|
|
@ -577,7 +577,7 @@ TimelineViewManager::completerFor(QString completerName, QString roomId)
|
|||
return proxy;
|
||||
} else if (completerName == "room") {
|
||||
auto roomModel = new RoomsModel(false);
|
||||
auto proxy = new CompletionProxyModel(roomModel);
|
||||
auto proxy = new CompletionProxyModel(roomModel, 4);
|
||||
roomModel->setParent(proxy);
|
||||
return proxy;
|
||||
} else if (completerName == "roomAliases") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue