fix(act-center): fix changing section when clicking go to settings
Fixes #5426
This commit is contained in:
parent
6145b4b620
commit
31728940c4
|
@ -78,7 +78,7 @@ Popup {
|
|||
}
|
||||
onPreferencesClicked: {
|
||||
activityCenter.close()
|
||||
Global.changeAppSection(Constants.profile, Constants.settingsSubsection.notifications);
|
||||
Global.changeAppSectionBySectionType(Constants.appSection.profile, Constants.settingsSubsection.notifications);
|
||||
}
|
||||
onMarkAllReadClicked: {
|
||||
errorText = activityCenter.store.activityCenterModuleInst.markAllActivityCenterNotificationsRead()
|
||||
|
|
Loading…
Reference in New Issue