mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-25 04:55:59 +00:00
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…
x
Reference in New Issue
Block a user