Update the database in a different thread so it doesn't freeze the main
thread. Show PIN in a dialog instead of a notification popup. Translations updated.
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
#include <QUrl>
|
||||
|
||||
const QString BackupItem::nameTemplate = "<html><head/><body>"
|
||||
"<p><span style=\" font-size:12pt; font-weight:600;\">%1</span></p>"
|
||||
"<p><span style=\" font-size:10pt;\">%2</span></p>"
|
||||
"</body></html>";
|
||||
"<p><span style=\" font-size:12pt; font-weight:600;\">%1</span></p>"
|
||||
"<p><span style=\" font-size:10pt;\">%2</span></p>"
|
||||
"</body></html>";
|
||||
|
||||
BackupItem::BackupItem(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
|
Reference in New Issue
Block a user