Added new setting to exclude bots from visits, wherever possible

This commit is contained in:
Alejandro Celaya
2022-12-22 12:25:25 +01:00
parent 662573d940
commit 901df2b90d
3 changed files with 54 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ export interface UiSettings {
export interface VisitsSettings {
defaultInterval: DateInterval;
excludeBots?: boolean;
}
export interface TagsSettings {