fix: Space in repo names

This commit is contained in:
Andras Bacsai
2022-03-31 15:11:51 +02:00
parent f4ba60cf8f
commit 17d56aa972
5 changed files with 28 additions and 19 deletions

2
src/app.d.ts vendored
View File

@@ -13,6 +13,8 @@ declare namespace App {
isRunning: boolean;
appId: string;
readOnly: boolean;
source: string;
settings: string;
}
}