mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Correct a typo in SnackBar.cpp
This commit is contained in:
parent
c973fd759b
commit
751c0526d7
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ SnackBar::hideMessage()
|
|||
// Moving on to the next message.
|
||||
messages_.pop_front();
|
||||
|
||||
// Reseting the starting position of the widget.
|
||||
// Resetting the starting position of the widget.
|
||||
offset_ = STARTING_OFFSET;
|
||||
|
||||
if (!messages_.empty())
|
||||
|
|
Loading…
Reference in a new issue