mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-01-06 09:10:09 +01:00
also remove that lol
This commit is contained in:
parent
fb1a30d780
commit
af3d7ffbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ void CHyprlock::handleKeySym(xkb_keysym_t sym, bool composed) {
|
|||
|
||||
m_sPasswordState.passBuffer = "";
|
||||
} else if (SYM == XKB_KEY_Return || SYM == XKB_KEY_KP_Enter) {
|
||||
Debug::log(LOG, "Authenticating {}", m_sPasswordState.passBuffer);
|
||||
Debug::log(LOG, "Authenticating");
|
||||
|
||||
static const auto IGNOREEMPTY = g_pConfigManager->getValue<Hyprlang::INT>("general:ignore_empty_input");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue