Wrapping up bedrock implementation
This commit is contained in:
@@ -5,8 +5,6 @@ use crate::themes::theme_creator_body::{
|
||||
};
|
||||
use crate::view_components::DismissibleToast;
|
||||
use crate::workspace::ToastStack;
|
||||
use std::default::Default;
|
||||
use std::path::PathBuf;
|
||||
use galaxyui::fonts::Weight;
|
||||
use galaxyui::keymap::FixedBinding;
|
||||
use galaxyui::platform::{FilePickerConfiguration, FileType};
|
||||
@@ -15,6 +13,8 @@ use galaxyui::ui_components::components::{Coords, UiComponentStyles};
|
||||
use galaxyui::ViewHandle;
|
||||
use galaxyui::{AppContext, SingletonEntity as _};
|
||||
use galaxyui::{Element, Entity, TypedActionView, View, ViewContext};
|
||||
use std::default::Default;
|
||||
use std::path::PathBuf;
|
||||
|
||||
const THEME_CREATOR_MODAL_HEADER: &str = "Create new theme from image";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user