Add arRPC integration

This commit is contained in:
V
2023-06-09 22:47:59 +02:00
parent aae4223294
commit 39cc30de53
7 changed files with 75 additions and 6 deletions

View File

@@ -18,4 +18,5 @@ export interface Settings {
minimizeToTray?: boolean;
skippedUpdate?: string;
staticTitle?: boolean;
arRPC?: boolean;
}