This commit is contained in:
2026-03-20 23:00:36 +02:00
16 changed files with 305 additions and 133 deletions

View File

@@ -285,6 +285,10 @@ void Options::save() {
optionsFile.save(stringVec);
}
void Options::setOptionsFilePath(const std::string& path) {
optionsFile.setOptionsPath(path + "/options.txt");
}
void Options::notifyOptionUpdate(OptionId key, bool value) {
minecraft->optionUpdated(key, value);
}