mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Marked Sex History button shrinkable and lowered its UI order
This commit is contained in:
parent
2c225a2d41
commit
4e44d42c4f
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,8 @@ namespace RJWSexperience.SexHistory
|
||||||
icon = HistoryUtility.HistoryIcon,
|
icon = HistoryUtility.HistoryIcon,
|
||||||
defaultIconColor = HistoryUtility.HistoryColor,
|
defaultIconColor = HistoryUtility.HistoryColor,
|
||||||
hotKey = RsDefOf.KeyBinding.OpenSexStatistics,
|
hotKey = RsDefOf.KeyBinding.OpenSexStatistics,
|
||||||
|
shrinkable = true,
|
||||||
|
Order = 5,
|
||||||
action = () => UI.SexStatusWindow.ToggleWindow(this)
|
action = () => UI.SexStatusWindow.ToggleWindow(this)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue