diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index abcc158cb9..245c8d76c8 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -358,7 +358,7 @@ QString Theme::about() const bool Theme::aboutShowCopyright() const { - return false; + return true; } #ifndef TOKEN_AUTH_ONLY