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:
committed by
William Casarin
parent
00091c5088
commit
52604e65c6
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user