mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use the theme property.
This commit is contained in:
parent
0eebc9af92
commit
afdd96c2e0
@ -237,7 +237,7 @@ void LibraryWindow::doLayout()
|
||||
|
||||
//FINAL LAYOUT-------------------------------------------------------------
|
||||
|
||||
comicsViewsManager = new YACReaderComicsViewsManager(settings, Theme::currentTheme(), this);
|
||||
comicsViewsManager = new YACReaderComicsViewsManager(settings, theme, this);
|
||||
|
||||
sHorizontal->addWidget(sideBar);
|
||||
#ifndef Q_OS_MAC
|
||||
|
Loading…
Reference in New Issue
Block a user