* 'master' of https://bitbucket.org/omigamedev/new_engine:
  export data flag, fix android create dir
This commit is contained in:
2019-09-23 01:01:04 +02:00
8 changed files with 21 additions and 12 deletions

View File

@@ -606,6 +606,7 @@ void App::dialog_ppbr_export()
info.email = dialog->txt_email->m_text;
info.descr = dialog->txt_descr->m_text;
info.header_image = dialog->m_header_image;
info.export_data = dialog->export_check->checked;
#if __IOS__
App::I->pick_file_save("ppbr",
[this, dialog, info] (std::string path) {