mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 03:26:57 +00:00
Fix am issue with page stack titles when navigationg the password list
This commit is contained in:
@@ -39,7 +39,7 @@ void Pass::show(QUrl url)
|
||||
emit decryptCanceled();
|
||||
} else {
|
||||
qInfo() << "Decrypt OK";
|
||||
emit decrypted(decrypt_ret.second);
|
||||
emit decrypted(url.fileName(), decrypt_ret.second);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user