mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-10-29 07:48:46 +01: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