Skip to content

Commit

Permalink
IDA Pro override for HiDPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamled committed May 13, 2019
1 parent e54437f commit 1098473
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/ida64
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
APP="$(which -a "$(basename "$0")" | sed "0,\|^$0\$|d" | head -n 1)"
if [[ -e "$APP" ]]; then
QT_AUTO_SCREEN_SCALE_FACTOR=1 $APP ${@}
else
echo "$(basename "$0") could not be found"
fi

0 comments on commit 1098473

Please sign in to comment.