Handle bits badge tier notification messages (#2611)

This commit is contained in:
Paweł
2021-04-11 14:17:21 +02:00
committed by GitHub
parent 24a33709e6
commit e741744254
4 changed files with 41 additions and 12 deletions
+5
View File
@@ -42,4 +42,9 @@ QString localizeNumbers(const int &number)
return locale.toString(number);
}
QString kFormatNumbers(const int &number)
{
return QString("%1K").arg(number / 1000);
}
} // namespace chatterino