mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-04-20 19:52:32 +02:00
- Added gpu-rasterization flag config setting `disableHardwareMediaKeys` moved to `flags.disableHardwareMediaKeys`, it will be migrated automatically
7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
const flags = {
|
|
gpuRasterization: [{ flag: "enable-gpu-rasterization", value: undefined }],
|
|
disableHardwareMediaKeys: [{ flag: "disable-features", value: "HardwareMediaKeyHandling" }],
|
|
};
|
|
|
|
module.exports = flags;
|