Skip to content

Commit 6748fb8

Browse files
committed
GUI: redraw on each frame
1 parent 38edf30 commit 6748fb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/gui/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ impl EguiApp {
222222

223223
impl eframe::App for EguiApp {
224224
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
225+
ctx.request_repaint();
225226
if let Some(app) = self.app.as_ref()
226227
&& !app.wallet.has_seed().unwrap_or(false)
227228
{

0 commit comments

Comments
 (0)