From 62252d0012c00dbba64dbe3210f104f7ee58434c Mon Sep 17 00:00:00 2001 From: Markus Goetz Date: Sun, 4 Nov 2018 20:57:41 +0100 Subject: [PATCH] Theme: Always show copyright --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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