base: update 'PROP_POLICY_LISTS'
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -35,8 +35,8 @@ pub trait BaseState {
|
|||||||
registry
|
registry
|
||||||
.get::<Settings>("settings")
|
.get::<Settings>("settings")
|
||||||
.save(
|
.save(
|
||||||
PROP_POLICY_LIST,
|
PROP_POLICY_LISTS,
|
||||||
ctx.widget().get::<PolicyList>(PROP_POLICY_LIST),
|
ctx.widget().get::<PolicyList>(PROP_POLICY_LISTS),
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user