SeaGtGruff wrote: »I would think that would be a problem with most any program that you run. Isn't that sort of issue when using high-resolution displays normally fixed by adjusting the desktop scaling settings within the operating system?
http://127.0.0.1:65432/applications.js
The interface for the launcher is actually HTML based and basic operation is done using JavaScript.
This should theoretically allow for somewhat simpler UI scaling.
You can get the application.js from the IPv4 loopback port of the launcher app after it started.http://127.0.0.1:65432/applications.js
Replace 65432 above with whatever port the launcher binds for loopback after it is launched (semi-random).
Sylvermynx wrote: »How do I find the port the launcher binds for loopback? I have this tiny launcher problem every patch day. I resort to the magnifier tool but that's kind of a PITA.The interface for the launcher is actually HTML based and basic operation is done using JavaScript.
This should theoretically allow for somewhat simpler UI scaling.
You can get the application.js from the IPv4 loopback port of the launcher app after it started.http://127.0.0.1:65432/applications.jsReplace 65432 above with whatever port the launcher binds for loopback after it is launched (semi-random).