Merge pull request #83117 from Ninlives/netease-music-fix

netease-cloud-music: do not set QT_AUTO_SCREEN_SCALE_FACTOR

authored by

Matthew Bauer and committed by
GitHub
e7dc1531 082afb21

-1
-1
pkgs/applications/audio/netease-cloud-music/default.nix
··· 68 68 69 69 wrapProgram $out/bin/netease-cloud-music \ 70 70 --prefix LD_LIBRARY_PATH : "${runtimeLibs}" \ 71 - --set QT_AUTO_SCREEN_SCALE_FACTOR 1 \ 72 71 --set QCEF_INSTALL_PATH "${deepin.qcef}/lib/qcef" 73 72 ''; 74 73