notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit c309894be87844e92df9f30f8432f0015dd603b1
parent a90645d475bee11150f1ffa1fb53a1e04533a64b
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  6 Dec 2024 10:39:02 -0800

deck: remove experimental feature

compiler was giving me errors

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/ui/configure_deck.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/configure_deck.rs b/src/ui/configure_deck.rs @@ -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| {