diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d825c434..6288ce92 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,9 +1,11 @@ 6.2 Nueva ventana de "bienvenida" Nueva ventana de importar/actualizar -Nuevo input de entrada para la búsqueda. Nuevo control para la búsqueda - +Nueva imagen para las marcas de cómics leídos (sólo en OpenGL) +Cambiada la distribución de algunos iconos +Cambiado el modo de eliminar la metainformación (borrar base de datos/portadas de disco) +Ocultadas las opciones avanzadas de configuración de YACReader Flow, accesibles ahora tras pulsar un botón (diálogos de configuración más simples) 6.0.1 (No pública) Corregido bug al usar las teclas Inicio/fin diff --git a/YACReaderLibrary/library_window.cpp b/YACReaderLibrary/library_window.cpp index 830b56ea..8610cc8d 100644 --- a/YACReaderLibrary/library_window.cpp +++ b/YACReaderLibrary/library_window.cpp @@ -1148,6 +1148,7 @@ void LibraryWindow::updateLibrary() libraryCreator->start(); } +/* void LibraryWindow::deleteLibrary() { QString currentLibrary = selectedLibrary->currentText(); @@ -1156,6 +1157,7 @@ void LibraryWindow::deleteLibrary() deleteCurrentLibrary(); } } +*/ void LibraryWindow::deleteCurrentLibrary() { diff --git a/YACReaderLibrary/library_window.h b/YACReaderLibrary/library_window.h index 5d76da9b..c9160179 100644 --- a/YACReaderLibrary/library_window.h +++ b/YACReaderLibrary/library_window.h @@ -200,7 +200,7 @@ public: void reloadCurrentLibrary(); void openLastCreated(); void updateLibrary(); - void deleteLibrary(); + //void deleteLibrary(); void openContainingFolder(); void openContainingFolderComic(); void deleteCurrentLibrary();