add ping service toggle

This commit is contained in:
Bonfire
2022-08-26 19:52:20 -04:00
parent 720ae86504
commit beae00a170
4 changed files with 44 additions and 25 deletions

View File

@@ -183,5 +183,6 @@ export interface serviceItem {
username?: string;
openedUrl?: string;
newTab?: boolean;
ping?: boolean;
status?: string[];
}