Apply HiDPI mode on GUI setup

This commit is contained in:
Gabriele Coletta 2024-08-09 16:29:52 +02:00 committed by Vladimir Sitnikov
parent be0cf3a661
commit 083d6fe15c
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ public object JMeterGuiLauncher {
}
private suspend fun startGuiInternal(testFile: String?) {
JMeterUtils.applyHiDPIOnFonts()
setupLaF()
val splash = SplashScreen()
splash.showScreen()