chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -58,7 +58,7 @@ BadgePickerDialog::BadgePickerDialog(QList<DisplayBadge> badges,
|
||||
updateBadge(0);
|
||||
|
||||
// Set icons.
|
||||
getIApp()->getTwitchBadges()->getBadgeIcons(
|
||||
getApp()->getTwitchBadges()->getBadgeIcons(
|
||||
badges,
|
||||
[&dropdown = this->dropdown_](QString identifier, const QIconPtr icon) {
|
||||
if (!dropdown)
|
||||
|
||||
Reference in New Issue
Block a user