mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[FIX] Теперь лаунчер проверяет наличие JFoenixParts, что позволяет отключить этот компонент и полностью перейти на Swing
This commit is contained in:
parent
9520b01ba0
commit
525eb62737
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public void start(String... args) throws Throwable {
|
|||
// INIT GUI
|
||||
try
|
||||
{
|
||||
Class.forName( "javafx.application.Application" );
|
||||
Class.forName( "com.jfoenixparts.controls.JFXPButton" );
|
||||
if (runtimeProvider == null) runtimeProvider = new JSRuntimeProvider();
|
||||
}
|
||||
catch( ClassNotFoundException e ) {
|
||||
|
|
Loading…
Reference in a new issue