last files transformed from js -> ts

This commit is contained in:
2023-05-07 16:13:30 +02:00
parent 53e4711c39
commit d823f07ed8
12 changed files with 22 additions and 28 deletions

4
src/constants/flags.ts Normal file
View File

@@ -0,0 +1,4 @@
export const flags: { [key: string]: { flag: string; value?: any }[] } = {
gpuRasterization: [{ flag: "enable-gpu-rasterization", value: undefined }],
disableHardwareMediaKeys: [{ flag: "disable-features", value: "HardwareMediaKeyHandling" }],
};