mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-22 07:14:16 +03:00
[FIX] Remove javafx.swing module
This commit is contained in:
parent
19f966062b
commit
82dc299752
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ public static void main(String[] arguments) throws IOException, InterruptedExcep
|
|||
context.jvmModules.add("javafx.graphics");
|
||||
context.jvmModules.add("javafx.fxml");
|
||||
context.jvmModules.add("javafx.controls");
|
||||
context.jvmModules.add("javafx.swing");
|
||||
context.jvmModules.add("javafx.media");
|
||||
context.jvmModules.add("javafx.web");
|
||||
context.args.add(MAGIC_ARG);
|
||||
|
|
Loading…
Reference in a new issue