Skip to content

Commit

Permalink
offline notice
Browse files Browse the repository at this point in the history
  • Loading branch information
p6nj committed Jan 9, 2025
1 parent 453a567 commit c8b0ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ fn powered_by_egui_and_eframe(ui: &mut egui::Ui) {
});
ui.label(
"Note: You can change the stroke width without redrawing the entire thing. \
You just have to wait for the image to reload.",
You just have to wait for the image to reload. \
Also, the app works offline.",
);
ui.horizontal(|ui| {
ui.spacing_mut().item_spacing.x = 0.0;
Expand Down

0 comments on commit c8b0ed0

Please sign in to comment.