Skip to content

Commit

Permalink
Change to True for emits signal
Browse files Browse the repository at this point in the history
At present we think we'll have to change this value to restore links
after a merge.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 13, 2023
1 parent 36767c3 commit 84b0b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_api/filesystem/filesystem_3_7/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ use crate::dbus_api::{consts, filesystem::filesystem_3_7::props::get_fs_origin,
pub fn origin_property(f: &Factory<MTSync<TData>, TData>) -> Property<MTSync<TData>, TData> {
f.property::<(bool, String), _>(consts::FILESYSTEM_ORIGIN_PROP, ())
.access(Access::Read)
.emits_changed(EmitsChangedSignal::Const)
.emits_changed(EmitsChangedSignal::True)
.on_get(get_fs_origin)
}

0 comments on commit 84b0b0c

Please sign in to comment.