Add save location in userdir/password_manager
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include <optional>
|
||||
|
||||
bool put_data_on_clipboard(const char* text);
|
||||
std::string get_user_password();
|
||||
std::string get_user_password();
|
||||
std::optional<std::string> get_save_path();
|
||||
|
Reference in New Issue
Block a user