mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] componentName in config
This commit is contained in:
parent
9d81db25d8
commit
8153c3a438
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
public abstract class Component {
|
||||
public static final ProviderMap<Component> providers = new ProviderMap<>();
|
||||
private static boolean registredComp = false;
|
||||
protected String componentName;
|
||||
protected transient String componentName;
|
||||
|
||||
public static void registerComponents() {
|
||||
if (!registredComp) {
|
||||
|
|
Loading…
Reference in a new issue