read/write ui.json

This commit is contained in:
2025-03-03 15:02:08 -06:00
parent ada11d6e62
commit 0ffa461f91

View File

@@ -109,5 +109,6 @@ void mgmt_app_config::set_mount_location(provider_type prov,
std::string_view location) {
recur_mutex_lock lock(mtx_);
locations_[prov][std::string{name}] = std::string{location};
save();
}
} // namespace repertory::ui