Set AllKeymapsCount only once when applying a configuration
This commit is contained in:
@@ -43,5 +43,8 @@ parser_error_t ParseConfig(config_buffer_t *buffer) {
|
||||
return errorCode;
|
||||
}
|
||||
}
|
||||
if (!ParserRunDry) {
|
||||
AllKeymapsCount = keymapCount;
|
||||
}
|
||||
return ParserError_Success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user