Another fix for screen scaling when sharing screen.

This commit is contained in:
Tom Alexander 2025-12-08 13:01:42 -05:00
parent 412c6d7220
commit 4fbbec96c0
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -248,7 +248,7 @@ let
# Allow mako to show notifications again. # Allow mako to show notifications again.
set -euo pipefail set -euo pipefail
IFS=$'\n\t' IFS=$'\n\t'
DIR="$( cd "$( dirname "''${BASH_SOURCE [ 0 ]}" )" && pwd )" DIR="$( cd "$( dirname "''${BASH_SOURCE[0]}" )" && pwd )"
${pkgs.mako}/bin/makoctl mode -s default ${pkgs.mako}/bin/makoctl mode -s default