File name fixes
This commit is contained in:
parent
2c263dd2bd
commit
6fb66cfe3f
1 changed files with 2 additions and 2 deletions
4
android-studio-hidpi.sh
Normal file → Executable file
4
android-studio-hidpi.sh
Normal file → Executable file
|
@ -17,8 +17,8 @@ function enable_hidpi {
|
||||||
|
|
||||||
## Disable HiDPI
|
## Disable HiDPI
|
||||||
function disable_hidpi {
|
function disable_hidpi {
|
||||||
idea=$(sed '/-Dhidpi=true/d' $STUDIO_PATH/idea.vmoptions)
|
idea=$(sed '/-Dhidpi=true/d' $STUDIO_PATH/studio.vmoptions)
|
||||||
idea64=$(sed '/-Dhidpi=true/d' $STUDIO_PATH/idea64.vmoptions)
|
idea64=$(sed '/-Dhidpi=true/d' $STUDIO_PATH/studio64.vmoptions)
|
||||||
sudo echo "$idea" > $STUDIO_PATH/studio.vmoptions
|
sudo echo "$idea" > $STUDIO_PATH/studio.vmoptions
|
||||||
sudo echo "$idea64" > $STUDIO_PATH/studio64.vmoptions
|
sudo echo "$idea64" > $STUDIO_PATH/studio64.vmoptions
|
||||||
echo "HiDPI disabled"
|
echo "HiDPI disabled"
|
||||||
|
|
Loading…
Reference in a new issue