Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
bvr-yr committed Mar 12, 2024
1 parent dab8764 commit 03d18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/widgets/PasswordInputField.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void CPasswordInputField::updateOuter() {
static auto OUTER = outerColor.main, TARGET = OUTER, SOURCE = OUTER;
static auto TIMER = std::chrono::system_clock::now();

if (outerColor.animated) {
if (outerColor.animated)
if (outerColor.stateNum != outerColor.invertNum ? !g_pHyprlock->m_bNumLock : g_pHyprlock->m_bNumLock || outerColor.stateCaps != g_pHyprlock->m_bCapsLock)
SOURCE = outerColor.main;

Expand Down

0 comments on commit 03d18f8

Please sign in to comment.