mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 22:12:59 -04:00
Handle tilde with custom paths
This commit is contained in:
parent
986fa42ca8
commit
250cd1933c
4 changed files with 40 additions and 12 deletions
|
@ -120,6 +120,8 @@ public:
|
|||
PasswordGenerator::GeneratorFlags passwordGeneratorFlags();
|
||||
QJsonObject generatePassword();
|
||||
void updateBinaryPaths();
|
||||
QString replaceHomePath(QString location);
|
||||
QString replaceTildeHomePath(QString location);
|
||||
|
||||
private:
|
||||
static BrowserSettings* m_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue