From 08309582839e49f20d2a4f90fb1a612af1dc38db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 7 Sep 2018 12:38:49 +0200 Subject: [PATCH] Return the theme from the factory method. --- YACReaderLibrary/theme.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibrary/theme.h b/YACReaderLibrary/theme.h index 94de5a2a..23577b05 100644 --- a/YACReaderLibrary/theme.h +++ b/YACReaderLibrary/theme.h @@ -24,6 +24,8 @@ public: t.comicsViewTransitionBackground = "#2A2A2A"; } + + return t; } bool isMacosNative;