Improve Quicknotes icon on dark themes..

This commit is contained in:
Matias De lellis
2024-02-06 11:29:05 -03:00
parent 37034031bb
commit f0298827de
5 changed files with 32 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ class BeforeTemplateRenderedListener implements IEventListener {
return;
}
Util::addStyle('quicknotes', 'global');
Util::addStyle('quicknotes', 'icons');
$pathInfo = $this->request->getPathInfo();
if (strpos($pathInfo, '/call/') === 0 || strpos($pathInfo, '/apps/spreed') === 0) {