M sdbclient/src/cfg/mod.rs => sdbclient/src/cfg/mod.rs +1 -1
@@ 24,7 24,7 @@ pub struct CfgDirs(pub directories::ProjectDirs);
pub struct CfgSettings {
/// Master Volume
pub volume_master: u32,
- /// Fulsscreen
+ /// Fullscreen
pub fullscreen: bool,
/// Resolution
pub resolution: (f32, f32),
M => +0 -3
@@ 105,9 105,6 @@ pub(super) fn show(
egui::Layout::right_to_left(egui::Align::Center),
|ui| {
if ui.button("Refresh").clicked() {
// refresh the current tab
// oh and also, if the tab content in rtdmenu is empty, should
// fetch when switching to it
match rtdmenu.browse_tab {
BrowseMenuTab::Forming => {
if !rtdmenu.waiting_for_all_forming_call {