mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
8 lines
165 B
Rust
8 lines
165 B
Rust
use relm4::factory::DynamicIndex;
|
|
|
|
pub enum AppMsg {
|
|
ShowToolboxSettingsRequest,
|
|
ShowToolboxAppsRequest,
|
|
ToolbxContainerToggleStartStop(DynamicIndex),
|
|
}
|