mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Removed the clear cache button. (no longer needed)
This commit is contained in:
parent
0d75285808
commit
a4f53b59fa
1 changed files with 0 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
||||||
package com.voxelmodpack.hdskins.gui;
|
package com.voxelmodpack.hdskins.gui;
|
||||||
|
|
||||||
import com.minelittlepony.gui.Button;
|
|
||||||
import com.minelittlepony.gui.Checkbox;
|
import com.minelittlepony.gui.Checkbox;
|
||||||
import com.minelittlepony.gui.SettingsPanel;
|
import com.minelittlepony.gui.SettingsPanel;
|
||||||
import com.voxelmodpack.hdskins.HDSkinManager;
|
|
||||||
import com.voxelmodpack.hdskins.LiteModHDSkins;
|
import com.voxelmodpack.hdskins.LiteModHDSkins;
|
||||||
import com.voxelmodpack.hdskins.upload.GLWindow;
|
import com.voxelmodpack.hdskins.upload.GLWindow;
|
||||||
|
|
||||||
|
@ -12,9 +10,6 @@ public class HDSkinsConfigPanel extends SettingsPanel {
|
||||||
public void initGui() {
|
public void initGui() {
|
||||||
final LiteModHDSkins mod = LiteModHDSkins.instance();
|
final LiteModHDSkins mod = LiteModHDSkins.instance();
|
||||||
|
|
||||||
addButton(new Button(40, 70, 100, 20, "hdskins.options.cache", sender -> {
|
|
||||||
HDSkinManager.INSTANCE.clearSkinCache();
|
|
||||||
}));
|
|
||||||
addButton(new Checkbox(40, 40, "hdskins.options.skindrops", mod.experimentalSkinDrop, checked -> {
|
addButton(new Checkbox(40, 40, "hdskins.options.skindrops", mod.experimentalSkinDrop, checked -> {
|
||||||
mod.experimentalSkinDrop = checked;
|
mod.experimentalSkinDrop = checked;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue