Implement the Kana lock LED for AX machines.
This commit is contained in:
@@ -191,9 +191,9 @@ private:
|
||||
friend class RendererStack; // For UI variable access by non-primary renderer windows.
|
||||
friend class WindowsRawInputFilter; // Needed to reload renderers on style sheet changes.
|
||||
|
||||
QLabel *caps_label, *scroll_label, *num_label;
|
||||
QIcon caps_icon, scroll_icon, num_icon;
|
||||
QIcon caps_icon_off, scroll_icon_off, num_icon_off;
|
||||
QLabel *caps_label, *scroll_label, *num_label, *kana_label;
|
||||
QIcon caps_icon, scroll_icon, num_icon, kana_icon;
|
||||
QIcon caps_icon_off, scroll_icon_off, num_icon_off, kana_icon_off;
|
||||
|
||||
bool isShowMessage = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user