Rename theme
getter to old_theme
This commit is contained in:
parent
8043d0d8a9
commit
258496700f
6 changed files with 12 additions and 12 deletions
|
@ -214,7 +214,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
pub fn theme(cx: &WindowContext) -> Arc<Theme> {
|
||||
pub fn old_theme(cx: &WindowContext) -> Arc<Theme> {
|
||||
Arc::new(cx.global::<Theme>().clone())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue