docs: example config

This commit is contained in:
Jack Wills
2025-06-17 22:08:50 +00:00
parent 9cc9f466f8
commit b8cdea9759
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -244,7 +244,8 @@ impl GuiState {
self.rerender.update();
}
/// Set the log_height to zero, used if show_logs=false in the config file
/// Set the log_height to zero, for now only used by tests
#[cfg(test)]
pub const fn log_height_zero(&mut self) {
self.log_height = 0;
}