mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Fixed ConfigWindow
This commit is contained in:
parent
351e0a079f
commit
02f821d127
@ -966,7 +966,7 @@ public class ConfigWindow extends TWindow {
|
|||||||
index = 5;
|
index = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (key.startsWith("square.")||key.startsWith("circle.")||key.startsWith("dot.")||key.startsWith("swing.")||key.startsWith("walking-human.")) {
|
if (key.startsWith("square.")||key.startsWith("circle.")||key.startsWith("dot.")||key.startsWith("swing.")||key.startsWith("walking-human.") || key.startsWith("fuel.")) {
|
||||||
index = 6;
|
index = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user