mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove duplicate Fluent icons license (#4665)
This commit is contained in:
parent
d0299984ed
commit
e803b6de95
|
@ -12,6 +12,7 @@
|
||||||
- Dev: Fixed `clang-tidy-review` action not picking up dependencies. (#4648)
|
- Dev: Fixed `clang-tidy-review` action not picking up dependencies. (#4648)
|
||||||
- Dev: Expanded upon `$$$` test channels. (#4655)
|
- Dev: Expanded upon `$$$` test channels. (#4655)
|
||||||
- Dev: Added tools to help debug image GC. (#4578)
|
- Dev: Added tools to help debug image GC. (#4578)
|
||||||
|
- Dev: Removed duplicate license when having plugins enabled. (#4665)
|
||||||
|
|
||||||
## 2.4.4
|
## 2.4.4
|
||||||
|
|
||||||
|
|
|
@ -117,9 +117,6 @@ AboutPage::AboutPage()
|
||||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||||
addLicense(form.getElement(), "lua", "https://lua.org",
|
addLicense(form.getElement(), "lua", "https://lua.org",
|
||||||
":/licenses/lua.txt");
|
":/licenses/lua.txt");
|
||||||
addLicense(form.getElement(), "Fluent icons",
|
|
||||||
"https://github.com/microsoft/fluentui-system-icons",
|
|
||||||
":/licenses/fluenticons.txt");
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef CHATTERINO_WITH_CRASHPAD
|
#ifdef CHATTERINO_WITH_CRASHPAD
|
||||||
addLicense(form.getElement(), "sentry-crashpad",
|
addLicense(form.getElement(), "sentry-crashpad",
|
||||||
|
|
Loading…
Reference in a new issue