diff options
Diffstat (limited to 'mods.cc')
-rw-r--r-- | mods.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |