refactor(browser): apply scaling for Brave

This commit is contained in:
tux
2025-08-19 18:15:44 +05:30
parent d397284704
commit 021f07a8b1

View File

@@ -25,6 +25,7 @@ in {
package = pkgs.brave;
commandLineArgs = [
"--disable-features=WebRtcAllowInputVolumeAdjustment"
"--force-device-scale-factor=1.05"
];
};