diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8332da02b..d7808315194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Dev: Fixed `clang-tidy-review` action not picking up dependencies. (#4648) - Dev: Expanded upon `$$$` test channels. (#4655) - Dev: Added tools to help debug image GC. (#4578) +- Dev: Removed duplicate license when having plugins enabled. (#4665) ## 2.4.4 diff --git a/src/widgets/settingspages/AboutPage.cpp b/src/widgets/settingspages/AboutPage.cpp index 9ea3153b920..affea98cda2 100644 --- a/src/widgets/settingspages/AboutPage.cpp +++ b/src/widgets/settingspages/AboutPage.cpp @@ -117,9 +117,6 @@ AboutPage::AboutPage() #ifdef CHATTERINO_HAVE_PLUGINS addLicense(form.getElement(), "lua", "https://lua.org", ":/licenses/lua.txt"); - addLicense(form.getElement(), "Fluent icons", - "https://github.com/microsoft/fluentui-system-icons", - ":/licenses/fluenticons.txt"); #endif #ifdef CHATTERINO_WITH_CRASHPAD addLicense(form.getElement(), "sentry-crashpad",