mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
add app dialogue concept
This commit is contained in:
70
src/main.rs
70
src/main.rs
@@ -22,6 +22,76 @@ fn main() {
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
factory_vec.push(ToolboxContainer {
|
||||
name: "Rust".to_string(),
|
||||
status: ToolboxStatus::Stopped,
|
||||
update_available: true,
|
||||
});
|
||||
|
||||
let model = AppModel {
|
||||
toolboxes: factory_vec,
|
||||
|
||||
Reference in New Issue
Block a user