refactor: Remove most raw accesses into Application (#5104)
This commit is contained in:
@@ -615,7 +615,7 @@ void SelectChannelDialog::addShortcuts()
|
||||
actions.emplace("openTab", nullptr);
|
||||
}
|
||||
|
||||
this->shortcuts_ = getApp()->hotkeys->shortcutsForCategory(
|
||||
this->shortcuts_ = getIApp()->getHotkeys()->shortcutsForCategory(
|
||||
HotkeyCategory::PopupWindow, actions, this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user