mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コメント追加
This commit is contained in:
parent
7ece8c7b69
commit
5288855075
|
@ -11,6 +11,7 @@ public class FeatureSwitch {
|
|||
}
|
||||
|
||||
public static class Viewer {
|
||||
// TODO-rca: 実装
|
||||
public static boolean showOriginalImage = false;
|
||||
public static int maxImageSize = 1024;
|
||||
public static boolean showProgressBarWhenLoading = true;
|
||||
|
@ -18,7 +19,7 @@ public class FeatureSwitch {
|
|||
|
||||
public static class FeatureMaster {
|
||||
public static boolean enableSearch = false;
|
||||
public static boolean enableDebugMenu = true;
|
||||
public static boolean enableDebugMenu = false;
|
||||
}
|
||||
|
||||
public static class Vcs {
|
||||
|
@ -26,6 +27,7 @@ public class FeatureSwitch {
|
|||
}
|
||||
|
||||
public static class Setting {
|
||||
// TODO-rca: 実装
|
||||
public static boolean showDisplayMenu = false;
|
||||
public static boolean showDataMenu = false;
|
||||
public static boolean showScanMenu = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user