mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
bug fixed loading read only library on opening
This commit is contained in:
@ -794,6 +794,7 @@ void LibraryWindow::loadLibrary(const QString & name)
|
||||
if(d.count()<=1) //librer<65>a de s<>lo lectura
|
||||
{
|
||||
//QMessageBox::critical(NULL,QString::number(d.count()),QString::number(d.count()));
|
||||
disableLibrariesActions(false);
|
||||
updateLibraryAction->setDisabled(true);
|
||||
openContainingFolderAction->setDisabled(true);
|
||||
disableComicsActions(true);
|
||||
|
Reference in New Issue
Block a user