mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04: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