Skip to content

Commit

Permalink
Get ready, 0.6!
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Aug 2, 2019
1 parent 9c1fa74 commit df4af12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Goldleaf/Source/nsp/nsp_Installer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,6 @@ namespace nsp
void Installer::FinalizeInstallation()
{
fs::Explorer *nsys = fs::GetNANDSystemExplorer();
// nsys->DeleteDirectory("Contents/temp");
nsys->DeleteDirectory("Contents/temp");
}
}
3 changes: 1 addition & 2 deletions Goldleaf/Source/ui/ui_PartitionBrowserLayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ namespace ui
}
mainapp->LoadLayout(mainapp->GetInstallLayout());
mainapp->GetInstallLayout()->StartInstall(fullitm, this->gexp, dst, this);
// this->UpdateElements(this->browseMenu->GetSelectedIndex());
break;
}
}
Expand Down Expand Up @@ -465,7 +464,7 @@ namespace ui
extraopts.push_back(set::GetDictionaryEntry(18));
std::string msg = set::GetDictionaryEntry(134);
msg += "\n\n" + set::GetDictionaryEntry(237) + " " + fs::FormatSize(this->gexp->GetDirectorySize(fullitm));
int sopt = mainapp->CreateShowDialog(set::GetDictionaryEntry(135), msg, { set::GetDictionaryEntry(136), set::GetDictionaryEntry(73), set::GetDictionaryEntry(74), set::GetDictionaryEntry(75), "Special options", set::GetDictionaryEntry(18) }, true);
int sopt = mainapp->CreateShowDialog(set::GetDictionaryEntry(135), msg, { set::GetDictionaryEntry(136), set::GetDictionaryEntry(73), set::GetDictionaryEntry(74), set::GetDictionaryEntry(75), set::GetDictionaryEntry(280), set::GetDictionaryEntry(18) }, true);
if(sopt < 0) return;
switch(sopt)
{
Expand Down

0 comments on commit df4af12

Please sign in to comment.