mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
Recorder should now save dialog path
This commit is contained in:
parent
f483de1f7e
commit
bed0712be1
@ -61,7 +61,7 @@ bool FolderSelect::pathIsValid() {
|
||||
}
|
||||
|
||||
void FolderSelect::worker() {
|
||||
auto fold = pfd::select_folder("Select Folder");
|
||||
auto fold = pfd::select_folder("Select Folder", pathValid ? std::filesystem::path(expandString(path)).parent_path().string() : "");
|
||||
std::string res = fold.result();
|
||||
|
||||
if (res != "") {
|
||||
|
Loading…
Reference in New Issue
Block a user