aboutsummaryrefslogtreecommitdiff
path: root/mods.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mods.cc')
-rw-r--r--mods.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mods.cc b/mods.cc
index 903c91f..9c9483e 100644
--- a/mods.cc
+++ b/mods.cc
@@ -45,6 +45,7 @@ void libbible::setStatusReporter(libbible::Status& status) {
myStatusReporter *msr = new myStatusReporter(&status);
free(installMgr);
installMgr = new sword::InstallMgr((basedir + std::string("InstallMgr")).c_str(), msr);
+ installMgr->setUserDisclaimerConfirmed(true);
}
map<string, vector<string>> libbible::downloadModsAvailable() {