mirror of
https://github.com/arabianq/rpmi.git
synced 2026-06-19 13:03:33 +00:00
replace deprecated .show method with .show_inside
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ impl App for Application {
|
||||
}
|
||||
|
||||
fn ui(&mut self, ui: &mut egui::Ui, frame: &mut Frame) {
|
||||
CentralPanel::default().show(ui.ctx(), |ui| {
|
||||
CentralPanel::default().show_inside(ui, |ui| {
|
||||
if self.pkg_state.is_none() {
|
||||
if self.pkg_state_loading_thread.is_none() {
|
||||
self.pkg_state_loading_thread = Some(self.get_package_state());
|
||||
|
||||
Reference in New Issue
Block a user