restart when the skin changed

This commit is contained in:
yugecin
2016-11-20 13:24:37 +01:00
parent 45dc7260b4
commit b3d8b02cb8
2 changed files with 12 additions and 3 deletions

View File

@@ -1419,6 +1419,10 @@ public class Options {
// This class should not be instantiated.
private Options() {}
public static String getSkinName() {
return skinName;
}
public static int getResolutionIdx() {
return resolutionIdx;
}