Add Linux support

This commit is contained in:
Gymnasiast 2018-09-04 22:26:40 +02:00 committed by Aaron van Geffen
parent b1ac76910e
commit 40cd64c916
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ namespace OpenRCT2::Ui
void OpenFolder(const std::string& path) override
{
// TODO
std::string cmd = String::Format("xdg-open \"%s\"", path.c_str());
Execute(cmd);
}
std::string ShowFileDialog(SDL_Window* window, const FileDialogDesc& desc) override