This commit is contained in:
Erica Z 2024-11-19 21:19:45 +01:00
parent ad30fed23d
commit 3963c8404c

View file

@ -71,7 +71,6 @@ mod imp {
}
fn set_property(&self, id: usize, value: &glib::Value, _pspec: &glib::ParamSpec) {
dbg!(id, value);
match id {
1 => {
self.title.replace(value.get_owned().unwrap());