Rework to avoid using preferences object to retrieve options
This commit is contained in:
@@ -24,6 +24,6 @@ public final class Main extends Application {
|
||||
}
|
||||
|
||||
public static void main(final String[] args) {
|
||||
Application.launch(args);
|
||||
launch(args);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ import javax.inject.Singleton;
|
||||
/**
|
||||
* Main component
|
||||
*/
|
||||
@FunctionalInterface
|
||||
@Singleton
|
||||
@Component(modules = {CoreModule.class, GuiCoreModule.class, FXModule.class, FFmpegModule.class,
|
||||
WhisperXModule.class, DeepLModule.class})
|
||||
|
||||
Reference in New Issue
Block a user