added limit to cached username colors (#2515)

This commit is contained in:
fourtf
2021-03-13 15:34:11 +01:00
committed by GitHub
parent 1090524dec
commit 8a4ffc5f5b
9 changed files with 145 additions and 6 deletions
+3
View File
@@ -124,6 +124,9 @@ AboutPage::AboutPage()
addLicense(form.getElement(), "QtKeychain",
"https://github.com/frankosterfeld/qtkeychain",
":/licenses/qtkeychain.txt");
addLicense(form.getElement(), "lrucache",
"https://github.com/lamerman/cpp-lru-cache",
":/licenses/lrucache.txt");
}
auto attributions = layout.emplace<QGroupBox>("Attributions...");