Caps/Num/Scroll LED states are now displayed

This commit is contained in:
Cacodemon345
2025-03-27 16:31:32 +06:00
parent bb22e1dccb
commit 85a94516f7
4 changed files with 48 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
#include <QLabel>
#include <QEvent>
#include <QFocusEvent>
#include <QLabel>
#include <memory>
#include <array>
@@ -184,6 +185,8 @@ 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;
bool isShowMessage = false;
};