Make sure to save the config file after bundle_decompressed

This commit is contained in:
twinaphex 2017-02-23 15:16:51 +01:00
parent f9ca3c9d87
commit 1f9059f2b5

View File

@ -163,6 +163,7 @@ static void bundle_decompressed(void *task_data,
settings->bundle_assets_extract_last_version =
settings->bundle_assets_extract_version_current;
settings->bundle_finished = true;
command_event(CMD_EVENT_MENU_SAVE_CURRENT_CONFIG, NULL);
}
#endif