mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
Added internal messaging and workers to handle per toolbx settings, actual settings handling still missing
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
use crate::toolbx::ToolbxContainer;
|
||||
|
||||
use super::model::ToolboxPreferences;
|
||||
|
||||
pub enum ToolboxSettingsDialogMsg {
|
||||
Show,
|
||||
Show(ToolbxContainer),
|
||||
ReplyToolbxSettings(ToolboxPreferences),
|
||||
Close,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user