mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-13 23:29:28 +02:00
last files transformed from js -> ts
This commit is contained in:
4
src/constants/flags.ts
Normal file
4
src/constants/flags.ts
Normal 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" }],
|
||||
};
|
Reference in New Issue
Block a user