handle toolbox start/stop through app messages

This commit is contained in:
2022-05-01 18:26:47 +02:00
parent c9074634cb
commit f111fea698
6 changed files with 116 additions and 52 deletions

View File

@@ -1,4 +1,7 @@
use relm4::factory::DynamicIndex;
pub enum AppMsg {
ShowToolboxSettingsRequest,
ShowToolboxAppsRequest,
ToolbxContainerToggleStartStop(DynamicIndex),
}