Add safe-mode

This commit is contained in:
2022-03-21 23:21:15 +01:00
parent feaeda746a
commit 1df06e8a08
4 changed files with 13 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ public class ConfigUtil {
@Getter(AccessLevel.NONE)
private String mkvtoolnixPath;
private String libraryPath;
private boolean isSafeMode;
public static ConfigUtil getInstance() {
if(configUtil == null) {