🔧 Tweak UI and change the name of the settings

This commit is contained in:
ajnart
2022-06-20 09:52:05 +02:00
parent a8c0dfcd0c
commit 80d3f16473
5 changed files with 156 additions and 167 deletions

View File

@@ -92,6 +92,6 @@ export interface serviceItem {
password?: string;
username?: string;
openedUrl?: string;
status: string[];
target: string;
newTab?: boolean;
status?: string[];
}