Fix #106 with editor-libcosmic

This commit is contained in:
Jeremy Soller 2023-03-24 07:51:31 -06:00
parent 31a8427e10
commit d85f12af8b
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
4 changed files with 100 additions and 345 deletions

View file

@ -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;