ITS A CONFIG GIVE OR TAKE

This commit is contained in:
Bel LaPointe
2023-03-22 17:45:10 -06:00
parent f137d9a823
commit 941220eef8

View File

@@ -10,6 +10,7 @@ pub fn main() -> iced::Result {
struct Main {
ntfy: String,
configuring: bool,
inputs: std::collections::HashMap<Message, char>,
}
#[derive(Debug, Clone)]