More explicit

This commit is contained in:
Hocuri
2020-06-13 20:26:16 +02:00
parent ae2fd4014a
commit 86bc54508f
4 changed files with 9 additions and 7 deletions

View File

@@ -119,7 +119,9 @@ pub enum Config {
SysConfigKeys,
#[strum(props(default = "0"))]
WarnedAboutWrongPw,
/// Whether we send a warning if the password is wrong (set to false when we send a warning
/// because we do not want to send a second warning)
NotifyAboutWrongPw,
}
impl Context {