notifications settings

This commit is contained in:
galister
2024-03-01 16:25:05 +01:00
parent 6acfc82d81
commit e768d8a83f
7 changed files with 116 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ fn def_click_freeze_time_ms() -> u32 {
300
}
fn def_true() -> bool {
pub fn def_true() -> bool {
true
}