fix logic error from refactor
This commit is contained in:
parent
2ca6f943e4
commit
3c154e1119
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public final class MiniplayerPatch {
|
|||
@Override
|
||||
public boolean isAvailable() {
|
||||
MiniplayerType type = Settings.MINIPLAYER_TYPE.get();
|
||||
return type == MODERN_4;
|
||||
return type == MODERN_4 || type == MODERN_3;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue