hack: comment out lines until relm4 macro is fixed

upstream pr: https://github.com/Relm4/Relm4/pull/677
This commit is contained in:
jane400 2024-08-16 19:49:44 +02:00
parent bc6eb2047b
commit c9bce58967
2 changed files with 6 additions and 6 deletions

View file

@ -6,9 +6,9 @@ license.workspace = true
version.workspace = true version.workspace = true
[dependencies] [dependencies]
relm4 = { version = "0.9" , features = [ "libadwaita", "macros" ], path = "/home/jane400/sources/alpine/Relm4/relm4" } relm4 = { version = "0.9" , features = [ "libadwaita", "macros" ] }
relm4-components = { version = "0.9", path = "/home/jane400/sources/alpine/Relm4/relm4-components" } relm4-components = { version = "0.9" }
relm4-macros = { version = "0.9", path = "/home/jane400/sources/alpine/Relm4/relm4-macros" } relm4-macros = { version = "0.9" }
tracker = "0.2" tracker = "0.2"
adw = {package = "libadwaita", version = "0.7", features = [ "v1_5" ]} adw = {package = "libadwaita", version = "0.7", features = [ "v1_5" ]}
webkit = { package = "webkit6", version = "0.4" } webkit = { package = "webkit6", version = "0.4" }

View file

@ -101,10 +101,10 @@ impl Component for Ready {
page page
}, },
}, },
} -> page_advices: adw::ViewStackPage { } -> /*page_advices: adw::ViewStackPage*/ {
set_title: Some("Mail notification"), set_title: Some("Mail notification"),
#[track(model.changed_have_service_advices())] /*#[track(model.changed_have_service_advices())]
set_visible: model.have_service_advices, set_visible: model.have_service_advices,*/
} }
} }
} }