mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-12 02:25:59 +01:00
Add safe-mode
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user