First try for notification

This commit is contained in:
Hocuri
2020-06-13 17:41:32 +02:00
parent 06a4f15995
commit 3f2e67f07a
4 changed files with 40 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ pub enum Config {
#[strum(serialize = "sys.config_keys")]
SysConfigKeys,
#[strum(props(default = "0"))]
WarnedAboutWrongPw,
}
impl Context {