Theme: Always show copyright

This commit is contained in:
Markus Goetz 2018-11-04 20:57:41 +01:00
parent f735e87a8c
commit 62252d0012

View File

@ -358,7 +358,7 @@ QString Theme::about() const
bool Theme::aboutShowCopyright() const
{
return false;
return true;
}
#ifndef TOKEN_AUTH_ONLY