GPU-accelerated UI toolkit (Vulkan)
git clone https://git.lucas.co/cce-ui.git
Update default color interface command name to cce-colors
src/widget/input/color_selector.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/widget/input/color_selector.rs b/src/widget/input/color_selector.rs
index 07850f5..c9fdcf8 100644
--- a/src/widget/input/color_selector.rs
+++ b/src/widget/input/color_selector.rs
@@ -53,7 +53,7 @@ impl ColorSelector {
edit_buffer: String::new(),
cursor_idx: 0,
font_family: crate::layout::color_selector_font(),
- command: "cce-color-interface".to_string(),
+ command: "cce-colors".to_string(),
parent: None,
children: Vec::new(),
child: std::sync::Arc::new(std::sync::Mutex::new(None)),
@@ -73,7 +73,7 @@ impl ColorSelector {
edit_buffer: String::new(),
cursor_idx: 0,
font_family: crate::layout::color_selector_font(),
- command: "cce-color-interface".to_string(),
+ command: "cce-colors".to_string(),
parent: None,
children: Vec::new(),
child: std::sync::Arc::new(std::sync::Mutex::new(None)),