More cleanup on bedrock calls, adding dump file for errors
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
use super::{
|
||||
SettingsSection,
|
||||
settings_page::{
|
||||
MatchData, PageType, SettingsPageEvent, SettingsPageMeta, SettingsPageViewHandle,
|
||||
SettingsWidget,
|
||||
},
|
||||
SettingsSection,
|
||||
};
|
||||
use crate::{appearance::Appearance, channel::ChannelState, workspace::WorkspaceAction};
|
||||
use galaxyui::{
|
||||
AppContext, Entity, View, ViewContext, ViewHandle,
|
||||
assets::asset_cache::AssetSource,
|
||||
elements::{
|
||||
Align, CacheOption, ConstrainedBox, Container, CrossAxisAlignment, Element, Flex, Image,
|
||||
MainAxisAlignment, MouseStateHandle, ParentElement, Wrap,
|
||||
},
|
||||
ui_components::components::UiComponent,
|
||||
AppContext, Entity, View, ViewContext, ViewHandle,
|
||||
};
|
||||
|
||||
pub struct AboutPageView {
|
||||
|
||||
Reference in New Issue
Block a user