mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-09 06:18:01 +02:00
Reference instead.
This commit is contained in:
parent
d9a9d8880a
commit
baf16078f0
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ void CPasswordInputField::updatePlaceholder() {
|
|||
if (displayFail && placeholder.failedAttempts == g_pAuth->getFailedAttempts())
|
||||
return;
|
||||
|
||||
std::string templateText = configPlaceholderText;
|
||||
std::string& templateText = configPlaceholderText;
|
||||
|
||||
if (displayFail) {
|
||||
templateText = configFailText;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue