client: library: 'more' menu split up into two columns

This commit is contained in:
Mark
2023-10-04 19:53:58 +02:00
parent 6bab2bc075
commit 59ae8c06b0
2 changed files with 58 additions and 105 deletions

View File

@@ -385,6 +385,10 @@ impl GuiElemCfg {
self.drag_target = true;
self
}
pub fn force_redraw(mut self) -> Self {
self.redraw = true;
self
}
pub fn disabled(mut self) -> Self {
self.enabled = false;
self