Make automatic updates cancelable by the user

This commit is contained in:
Luis Ángel San Martín
2023-08-23 21:50:21 +02:00
parent b709e000cf
commit 8e2910607d
7 changed files with 18 additions and 4 deletions

View File

@ -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);