mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 20:11:48 +00:00
hotfix
This commit is contained in:
parent
4bbf53a83a
commit
ebf8d70ba6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ ToolsTab::ToolsTab(std::string tag) : brls::List()
|
|||
new WorkerPage(stagedFrame, "menus/tool_downloading"_i18n , [](){downloadArchive(APP_URL, app);})
|
||||
);
|
||||
stagedFrame->addStage(
|
||||
new WorkerPage(stagedFrame, "menus/tool_extracting"_i18n , [](){extractArchive(app);})
|
||||
new WorkerPage(stagedFrame, "menus/tool_extracting"_i18n , [tag](){extractArchive(app, tag);})
|
||||
);
|
||||
stagedFrame->addStage(
|
||||
new ConfirmPage(stagedFrame, "menus/tool_all_done"_i18n , true)
|
||||
|
|
Loading…
Reference in a new issue