mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Fix some warnings
This commit is contained in:
@@ -58,7 +58,7 @@ impl eframe::App for MyApp {
|
||||
});
|
||||
});
|
||||
if self.allowed_to_close {
|
||||
frame.close()
|
||||
frame.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user