Skip to content

Commit

Permalink
deck: remove experimental feature
Browse files Browse the repository at this point in the history
compiler was giving me errors

Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Dec 6, 2024
1 parent e2cd57d commit e1a3b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/configure_deck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn show_warnings(ui: &mut Ui, warn_no_icon: bool, warn_no_title: bool) {
}
}

fn create_deck_button(text: &str) -> impl Widget + use<'_> {
fn create_deck_button(text: &str) -> impl Widget + '_ {
move |ui: &mut egui::Ui| {
let size = vec2(108.0, 40.0);
ui.allocate_ui_with_layout(size, egui::Layout::top_down(egui::Align::Center), |ui| {
Expand Down

0 comments on commit e1a3b28

Please sign in to comment.