Return the theme from the factory method.

This commit is contained in:
Luis Ángel San Martín 2018-09-07 12:38:49 +02:00 committed by Luis Ángel San Martín
parent deb1971bc9
commit 0830958283

View File

@ -24,6 +24,8 @@ public:
t.comicsViewTransitionBackground = "#2A2A2A";
}
return t;
}
bool isMacosNative;