refactor into separate files for app structure

This commit is contained in:
2022-04-03 20:44:41 +02:00
parent d46261792d
commit 410e41a0ab
15 changed files with 417 additions and 331 deletions

3
src/ui/app/messages.rs Normal file
View File

@@ -0,0 +1,3 @@
pub enum AppMsg {
ShowToolboxSettingsRequest,
}