chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -97,7 +97,7 @@ NotificationPage::NotificationPage()
|
||||
EditableModelView *view =
|
||||
twitchChannels
|
||||
.emplace<EditableModelView>(
|
||||
getIApp()->getNotifications()->createModel(
|
||||
getApp()->getNotifications()->createModel(
|
||||
nullptr, Platform::Twitch))
|
||||
.getElement();
|
||||
view->setTitles({"Twitch channels"});
|
||||
|
||||
Reference in New Issue
Block a user