mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
handle toolbox start/stop through app messages
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
use relm4::factory::DynamicIndex;
|
||||
|
||||
pub enum AppMsg {
|
||||
ShowToolboxSettingsRequest,
|
||||
ShowToolboxAppsRequest,
|
||||
ToolbxContainerToggleStartStop(DynamicIndex),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user