mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 17:21:55 +05:30
fix(brave): revert scale factor to default
This commit is contained in:
@@ -25,7 +25,7 @@ in {
|
|||||||
package = pkgs.brave;
|
package = pkgs.brave;
|
||||||
commandLineArgs = [
|
commandLineArgs = [
|
||||||
"--disable-features=WebRtcAllowInputVolumeAdjustment"
|
"--disable-features=WebRtcAllowInputVolumeAdjustment"
|
||||||
"--force-device-scale-factor=1.05"
|
"--force-device-scale-factor=1.0"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user