enpass-bin/enpass-bin.install

11 lines
164 B
Text
Raw Permalink Normal View History

2025-09-01 05:24:05 +02:00
post_install() {
post_upgrade
}
post_upgrade() {
cat << EOF
If you encounter scaling issues, try the following:
$ QT_AUTO_SCREEN_SCALE_FACTOR=0 enpass
EOF
}