feat!: implement Application API
This commit is contained in:
parent
e24465ba37
commit
a223b60a0c
26 changed files with 1420 additions and 138 deletions
|
|
@ -1221,7 +1221,7 @@ pub fn theme() -> Theme {
|
|||
crate::theme::Theme::custom(Arc::new(t))
|
||||
}
|
||||
|
||||
pub fn theme_subscription(id: u64) -> Subscription<crate::theme::Theme> {
|
||||
pub fn subscription(id: u64) -> Subscription<crate::theme::Theme> {
|
||||
config_subscription::<u64, crate::cosmic_theme::Theme<CssColor>>(
|
||||
id,
|
||||
crate::cosmic_theme::NAME.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue