mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 01:27:25 +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: {
|
onPreferencesClicked: {
|
||||||
activityCenter.close()
|
activityCenter.close()
|
||||||
Global.changeAppSection(Constants.profile, Constants.settingsSubsection.notifications);
|
Global.changeAppSectionBySectionType(Constants.appSection.profile, Constants.settingsSubsection.notifications);
|
||||||
}
|
}
|
||||||
onMarkAllReadClicked: {
|
onMarkAllReadClicked: {
|
||||||
errorText = activityCenter.store.activityCenterModuleInst.markAllActivityCenterNotificationsRead()
|
errorText = activityCenter.store.activityCenterModuleInst.markAllActivityCenterNotificationsRead()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user