mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
rename request component to input
This commit is contained in:
parent
80aea6a653
commit
55afe17271
9 changed files with 11 additions and 11 deletions
|
|
@ -7,12 +7,12 @@ use widget::Widget;
|
|||
use adw::ToolbarView;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Request {
|
||||
pub struct Input {
|
||||
content: Arc<Content>,
|
||||
widget: Arc<Widget>,
|
||||
}
|
||||
|
||||
impl Request {
|
||||
impl Input {
|
||||
// Construct
|
||||
pub fn new_arc() -> Arc<Self> {
|
||||
// Init components
|
||||
Loading…
Add table
Add a link
Reference in a new issue