implement ui_write_disabled

This commit is contained in:
mbecker20
2024-05-28 05:30:37 -07:00
parent 67fa512975
commit 762873d5be
21 changed files with 102 additions and 44 deletions

View File

@@ -220,6 +220,7 @@ impl Resolve<GetCoreInfo, User> for State {
.clone()
.unwrap_or_else(|| config.host.clone()),
transparent_mode: config.transparent_mode,
ui_write_disabled: config.ui_write_disabled,
})
}
}