Add Settings 'page', gitHash, electron version in settings

This commit is contained in:
Vendicated 2022-08-30 01:42:47 +02:00
parent 80b279d3c3
commit cb288e204d
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
11 changed files with 76 additions and 30 deletions

View file

@ -1,4 +1,9 @@
declare module "plugins" {
const plugins: import("./utils/types").Plugin[];
export default plugins;
}
}
declare module "git-hash" {
const hash: string;
export default hash;
}