Handle tilde with custom paths

This commit is contained in:
varjolintu 2021-06-22 20:24:30 +03:00 committed by Jonathan White
parent 986fa42ca8
commit 250cd1933c
4 changed files with 40 additions and 12 deletions

View file

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