remove global popup conception

can be added later if we need it again

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-09-09 18:17:56 -04:00
committed by William Casarin
parent 00091c5088
commit 52604e65c6
6 changed files with 5 additions and 141 deletions

View File

@@ -127,7 +127,7 @@ mod preview {
use crate::{
test_data,
ui::{AccountSelectionWidget, DesktopGlobalPopup, Preview, PreviewConfig},
ui::{AccountSelectionWidget, Preview, PreviewConfig},
};
use super::*;
@@ -158,7 +158,6 @@ mod preview {
});
AccountSelectionWidget::ui(&mut self.app, ui);
DesktopGlobalPopup::show(self.app.global_nav.clone(), &mut self.app, ui);
}
}