refactor: Remove most raw accesses into Application (#5104)
This commit is contained in:
@@ -120,7 +120,7 @@ void IgnoresPage::onShow()
|
||||
{
|
||||
auto *app = getApp();
|
||||
|
||||
auto user = app->accounts->twitch.getCurrent();
|
||||
auto user = app->getAccounts()->twitch.getCurrent();
|
||||
|
||||
if (user->isAnon())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user