DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

6cb4680dd08023e5c5e37101a5747e1b69bc57ad — Jonni Liljamo 1 year, 8 months ago 1461b8e
chore(sdbclient): cleanup some old comments
2 files changed, 1 insertions(+), 4 deletions(-)

M sdbclient/src/cfg/mod.rs
M sdbclient/src/plugins/menu/play/ui.rs
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 sdbclient/src/plugins/menu/play/ui.rs => sdbclient/src/plugins/menu/play/ui.rs +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 {