mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 14:04:03 +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
|
@LauncherNetworkAPI
|
||||||
public boolean limited;
|
public boolean limited;
|
||||||
|
|
||||||
|
@LauncherNetworkAPI
|
||||||
|
public String category;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object o) {
|
public boolean equals(Object o) {
|
||||||
if (this == o) return true;
|
if (this == o) return true;
|
||||||
|
|
Loading…
Reference in a new issue