mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Remove disconnect section from settings menu (it has its own section now)
This commit is contained in:
@@ -50,8 +50,6 @@ impl MyEguiApp {
|
|||||||
self.render_amazon_settings(ui);
|
self.render_amazon_settings(ui);
|
||||||
}
|
}
|
||||||
|
|
||||||
self.render_disconnect(ui);
|
|
||||||
|
|
||||||
ui.add_space(SECTION_SPACING);
|
ui.add_space(SECTION_SPACING);
|
||||||
ui.label(format!("Version: {}", VERSION));
|
ui.label(format!("Version: {}", VERSION));
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user