mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
FeatureSwitchクラス作成 WIP
This commit is contained in:
parent
0be12e73a8
commit
882207682f
14
utils/src/main/java/one/nem/lacerta/utils/FeatureSwitch.java
Normal file
14
utils/src/main/java/one/nem/lacerta/utils/FeatureSwitch.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package one.nem.lacerta.utils;
|
||||
|
||||
public class FeatureSwitch {
|
||||
|
||||
public static class FeatureMaster {
|
||||
public static boolean enableSearch = true;
|
||||
}
|
||||
|
||||
public static class Setting {
|
||||
public static boolean showDisplayMenu = false;
|
||||
public static boolean showDataMenu = false;
|
||||
public static boolean showScanMenu = false;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user