ITS A CONFIG GIVE OR TAKE
parent
f137d9a823
commit
941220eef8
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue