mirror of
https://github.com/YACReader/yacreader
synced 2025-08-14 18:25:28 -04:00
a?adidos 2 estados para importWidget (import y update)
a?adido bot?n que muestra las opciones avanzadas de YACReaderFlowGL en los di?logos de opciones v6.2.0 rc1
This commit is contained in:
@ -1019,6 +1019,7 @@ void LibraryWindow::create(QString source, QString dest, QString name)
|
||||
_lastAdded = name;
|
||||
_sourceLastAdded = source;
|
||||
|
||||
importWidget->setImportLook();
|
||||
showImportingWidget();
|
||||
|
||||
}
|
||||
@ -1115,6 +1116,7 @@ void LibraryWindow::saveLibraries()
|
||||
void LibraryWindow::updateLibrary()
|
||||
{
|
||||
//updateLibraryDialog->show();
|
||||
importWidget->setUpdateLook();
|
||||
showImportingWidget();
|
||||
|
||||
QString currentLibrary = selectedLibrary->currentText();
|
||||
|
Reference in New Issue
Block a user