mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Fixed osx compilation.
This commit is contained in:
@ -54,7 +54,7 @@ GridComicsView::GridComicsView(QWidget *parent) :
|
||||
|
||||
LibraryUITheme theme;
|
||||
#ifdef Q_OS_MAC
|
||||
theme = Light
|
||||
theme = Light;
|
||||
#else
|
||||
theme = Dark;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user