Fix #106 with editor-libcosmic
This commit is contained in:
parent
31a8427e10
commit
d85f12af8b
4 changed files with 100 additions and 345 deletions
|
|
@ -8,7 +8,7 @@ use cosmic::{
|
|||
},
|
||||
settings,
|
||||
theme::{self, Theme, ThemeType},
|
||||
widget::{button, toggler},
|
||||
widget::{button, text, toggler},
|
||||
Element,
|
||||
};
|
||||
use cosmic_text::{
|
||||
|
|
@ -16,9 +16,6 @@ use cosmic_text::{
|
|||
};
|
||||
use std::{env, fmt, fs, path::PathBuf, sync::Mutex};
|
||||
|
||||
use self::text::text;
|
||||
mod text;
|
||||
|
||||
use self::text_box::text_box;
|
||||
mod text_box;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue