mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Support category in optional mods
This commit is contained in:
parent
82dc299752
commit
8973a3462b
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ public class OptionalFile {
|
|||
@LauncherNetworkAPI
|
||||
public boolean limited;
|
||||
|
||||
@LauncherNetworkAPI
|
||||
public String category;
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
|
|
Loading…
Reference in a new issue