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 ...
|
// TODO: rename to start? or set or ...
|
||||||
struct ActionAccept {
|
struct ActionAccept {
|
||||||
std::string save_to_path;
|
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
|
} // Transfer
|
||||||
|
Loading…
Reference in New Issue
Block a user