You've already forked AstralRinth
feat: add 2 second auto close on skipped notifications (#6191)
This commit is contained in:
@@ -872,6 +872,7 @@ function notifySkippedQueueProjects(count: number) {
|
||||
title: 'Skipped projects',
|
||||
text: `Skipped ${count} project(s) already moderated or locked by others.`,
|
||||
type: 'info',
|
||||
autoCloseMs: 2000,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user