kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Recorder should now save dialog path
rodzic
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 != "") {
|
||||
|
|
Ładowanie…
Reference in New Issue