mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
file list
This commit is contained in:
@@ -64,8 +64,8 @@ pub enum Payload {
|
||||
///
|
||||
/// Render is the object which contains data related to the component render
|
||||
pub struct Render {
|
||||
widget: Box<dyn Widget>,
|
||||
value: Payload,
|
||||
pub widget: Box<dyn Widget>,
|
||||
pub value: Payload,
|
||||
}
|
||||
|
||||
// -- States
|
||||
|
||||
Reference in New Issue
Block a user