Vilém
My feedback
1 result found
-
3 votes
Vilém supported this idea ·
An error occurred while saving the comment
1 result found
Please sign in to leave feedback
Please sign in to leave feedback
No results.
Clear search results
The same opinion here...
There is a workaround that we found on linux (ubuntu):
1. go to /usr/share/applications
2. sudo nano mongodb-compass.desktop
3. replace the line
```
Exec=mongodb-compass %U
```
with the following line:
```
Exec=mongodb-compass --ignore-additional-command-line-flags --force-device-scale-factor=1.25 %U
```
we used 1,25x greater zoom than usual.