fix: support completing emotes starting with : (#5603)

This commit is contained in:
nerix
2024-10-06 11:29:52 +02:00
committed by GitHub
parent 0085fb64ac
commit 9ba7ef324d
7 changed files with 69 additions and 43 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ namespace helpers::detail {
} // namespace helpers::detail
using namespace helpers::detail;
bool startsWithOrContains(const QString &str1, const QString &str2,
bool startsWithOrContains(QStringView str1, QStringView str2,
Qt::CaseSensitivity caseSensitivity, bool startsWith)
{
if (startsWith)