ITS A CONFIG GIVE OR TAKE

master
Bel LaPointe 2023-03-22 17:45:10 -06:00
parent f137d9a823
commit 941220eef8
1 changed files with 1 additions and 0 deletions

View File

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