mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 15:02:49 -05:00
Make import ComicInfo.XML from new comics optional
It is disabled by default.
This commit is contained in:
@ -167,7 +167,7 @@ void LibraryWindow::setupUI()
|
||||
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
|
||||
libraryCreator = new LibraryCreator();
|
||||
libraryCreator = new LibraryCreator(settings);
|
||||
packageManager = new PackageManager();
|
||||
xmlInfoLibraryScanner = new XMLInfoLibraryScanner();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user