change config location to .config insted of $home
This commit is contained in:
@@ -195,7 +195,8 @@ std::optional<std::string> get_save_path()
|
||||
}
|
||||
|
||||
fs::path userDirectory(homeDir);
|
||||
userDirectory /= ".password_manager";
|
||||
userDirectory /= ".config";
|
||||
userDirectory /= "password_manager";
|
||||
|
||||
if (!fs::exists(userDirectory))
|
||||
{
|
||||
|
Reference in New Issue
Block a user