mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Make automatic updates cancelable by the user
This commit is contained in:
@ -278,7 +278,7 @@ QWidget *OptionsDialog::createLibrariesTab()
|
||||
librariesBoxLayout->addWidget(updateLibrariesAtCertainTimeCheck);
|
||||
librariesBoxLayout->addLayout(updateLibrariesAtCertainTimeLayout);
|
||||
|
||||
librariesBoxLayout->addWidget(new QLabel(tr("WARNING! During library updates writes to the database are disabled!\nDon't schedule updates while you may be using the app actively.")));
|
||||
librariesBoxLayout->addWidget(new QLabel(tr("WARNING! During library updates writes to the database are disabled!\nDon't schedule updates while you may be using the app actively.\nTo stop an automatic update tap on the loading indicator next to the Libraries title.")));
|
||||
|
||||
auto librariesBox = new QGroupBox(tr("Libraries"));
|
||||
librariesBox->setLayout(librariesBoxLayout);
|
||||
|
Reference in New Issue
Block a user