mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-30 08:28:09 +01:00 
			
		
		
		
	Added missing line smh
This commit is contained in:
		| @@ -63,7 +63,7 @@ bool FileSelect::pathIsValid() { | ||||
| } | ||||
|  | ||||
| void FileSelect::worker() { | ||||
|         auto file = pfd::open_file("Open File", "", _filter); | ||||
|         auto file = pfd::open_file("Open File", pathValid ? std::filesystem::path(expandString(path)).parent_path().string() : "", _filter); | ||||
|         std::vector<std::string> res = file.result(); | ||||
|  | ||||
|         if (res.size() > 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user