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