Chore: Proper Lambda Formatting (#2167)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -11,8 +11,9 @@ Emotes::Emotes()
|
||||
|
||||
void Emotes::initialize(Settings &settings, Paths &paths)
|
||||
{
|
||||
getApp()->accounts->twitch.currentUserChanged.connect(
|
||||
[] { getApp()->accounts->twitch.getCurrent()->loadEmotes(); });
|
||||
getApp()->accounts->twitch.currentUserChanged.connect([] {
|
||||
getApp()->accounts->twitch.getCurrent()->loadEmotes();
|
||||
});
|
||||
|
||||
this->emojis.load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user