mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
bug fixed loading read only library on opening
This commit is contained in:
parent
c146481399
commit
1302682668
@ -794,6 +794,7 @@ void LibraryWindow::loadLibrary(const QString & name)
|
||||
if(d.count()<=1) //librerí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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user