allow to set the file path directly (not only the directory)
This commit is contained in:
parent
c577a1fa3d
commit
48fb5f0889
@ -117,6 +117,7 @@ namespace Message::Components {
|
||||
// TODO: rename to start? or set or ...
|
||||
struct ActionAccept {
|
||||
std::string save_to_path;
|
||||
bool path_is_file = false; // if the path is not the folder to place the file into, overwrites the name
|
||||
};
|
||||
|
||||
} // Transfer
|
||||
|
Loading…
Reference in New Issue
Block a user