Merge branch 'master' into main
This commit is contained in:
commit
738a846853
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Module(core.module.Module):
|
|||
log.debug("group num: {}".format(xkb.group_num))
|
||||
name = (
|
||||
xkb.group_name
|
||||
if util.format.asbool(self.parameter("showname"), False)
|
||||
if util.format.asbool(self.parameter("showname", False))
|
||||
else xkb.group_symbol
|
||||
)
|
||||
if self.__show_variant:
|
||||
|
|
Loading…
Reference in a new issue