MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / download

Method download

source/ui/controls/optionsView.cpp:428–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void OptionsView::download(const std::shared_ptr<FileSystemZip>& version) {
429 GlobalSettings::downloadFileSystem(version, [this](bool success) {
430 if (success) {
431 runOnMainUI([this]()->bool {
432 GlobalSettings::reloadWineVersions();
433 this->loadFileSystemVersions();
434 return false;
435 });
436 }
437 });
438}
439
440bool OptionsView::saveChanges() {
441 this->errorMsg = B("");

Callers

nothing calls this directly

Calls 2

runOnMainUIFunction · 0.85

Tested by

no test coverage detected