Adding alerted scene to stashes.

This commit is contained in:
DebaucheryLibrarian
2021-04-29 01:45:01 +02:00
parent 4806b0aa41
commit 3f55b90ab8
8 changed files with 77 additions and 46 deletions

View File

@@ -2,6 +2,10 @@ function setNotifications(state, notifications) {
state.notifications = notifications;
}
function setUnseenNotificationsCount(state, count) {
state.unseenNotificationsCount = count;
}
function setTagFilter(state, tagFilter) {
state.tagFilter = tagFilter;
}
@@ -24,6 +28,7 @@ function setTheme(state, theme) {
export default {
setNotifications,
setUnseenNotificationsCount,
setTagFilter,
setRange,
setBatch,