refactor(icon): use COSMIC variable for default icon theme name
This commit is contained in:
parent
61427b25b0
commit
c6bb69eafd
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ pub const COSMIC: &str = "Cosmic";
|
|||
|
||||
thread_local! {
|
||||
/// The fallback icon theme to search if no icon theme was specified.
|
||||
pub(crate) static DEFAULT: RefCell<Cow<'static, str>> = RefCell::new("Cosmic".into());
|
||||
pub(crate) static DEFAULT: RefCell<Cow<'static, str>> = RefCell::new(COSMIC.into());
|
||||
}
|
||||
|
||||
/// The fallback icon theme to search if no icon theme was specified.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue