Settings, took care of warnings
This commit is contained in:
14
xmpd-gui/src/windows/settings.rs
Normal file
14
xmpd-gui/src/windows/settings.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
use super::Window;
|
||||
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SettingsW {
|
||||
|
||||
}
|
||||
|
||||
|
||||
impl Window for SettingsW {
|
||||
fn draw(&self, ui: &mut egui::Ui, _: &mut crate::GuiState) -> crate::Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user