notedeck

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

commit 3699e6c88b41ff9cb6aa660290b1581f38265058
parent f3d7f105cf473c44bdf6ef183864f2e359d91640
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 17 Jan 2026 12:45:15 -0800

chrome: fix notebook build

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

Diffstat:
Mcrates/notedeck_chrome/src/chrome.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crates/notedeck_chrome/src/chrome.rs b/crates/notedeck_chrome/src/chrome.rs @@ -404,7 +404,7 @@ fn milestone_name<'a>(i18n: &'a mut Localization) -> impl Widget + 'a { #[cfg(feature = "clndash")] fn clndash_button(ui: &mut egui::Ui) -> egui::Response { - expanding_button( + notedeck_ui::expanding_button( "clndash-button", 24.0, app_images::cln_image(), @@ -416,7 +416,7 @@ fn clndash_button(ui: &mut egui::Ui) -> egui::Response { #[cfg(feature = "notebook")] fn notebook_button(ui: &mut egui::Ui) -> egui::Response { - expanding_button( + notedeck_ui::expanding_button( "notebook-button", 40.0, app_images::algo_image(),