mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-12-14 11:56:16 +01:00
add save button to settings
This commit is contained in:
@@ -68,12 +68,13 @@ impl GuiElemChildren for SettingsContent {
|
||||
self.line_height.elem_mut(),
|
||||
self.scroll_sensitivity.elem_mut(),
|
||||
self.idle_time.elem_mut(),
|
||||
self.save_button.elem_mut(),
|
||||
]
|
||||
.into_iter(),
|
||||
)
|
||||
}
|
||||
fn len(&self) -> usize {
|
||||
6
|
||||
7
|
||||
}
|
||||
}
|
||||
impl SettingsContent {
|
||||
|
||||
Reference in New Issue
Block a user