fix(wm): hot reload cross boundary behaviour changes

This commit is contained in:
LGUG2Z
2024-09-16 08:13:25 -07:00
parent de3d4d0d99
commit 7005a01d9c

View File

@@ -1213,6 +1213,10 @@ impl StaticConfig {
wm.cross_monitor_move_behaviour = val;
}
if let Some(val) = value.cross_boundary_behaviour {
wm.cross_boundary_behaviour = val;
}
if let Some(val) = value.unmanaged_window_operation_behaviour {
wm.unmanaged_window_operation_behaviour = val;
}