use text for preferences gem items
This commit is contained in:
parent
bb7f2d853e
commit
5711195685
1 changed files with 2 additions and 2 deletions
|
@ -2152,9 +2152,9 @@ local void PreferencesInit(Menuitem *mi __attribute__((unused)))
|
|||
}
|
||||
|
||||
if (ShowCommandKey) {
|
||||
menu->items[3].d.gem.state = MI_GSTATE_CHECKED;
|
||||
menu->items[2].d.gem.state = MI_GSTATE_CHECKED;
|
||||
} else {
|
||||
menu->items[3].d.gem.state = MI_GSTATE_UNCHECKED;
|
||||
menu->items[2].d.gem.state = MI_GSTATE_UNCHECKED;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue