Marked Sex History button shrinkable and lowered its UI order

This commit is contained in:
amevarashi 2023-07-09 09:55:13 +05:00
parent 2c225a2d41
commit 4e44d42c4f
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ namespace RJWSexperience.SexHistory
icon = HistoryUtility.HistoryIcon,
defaultIconColor = HistoryUtility.HistoryColor,
hotKey = RsDefOf.KeyBinding.OpenSexStatistics,
shrinkable = true,
Order = 5,
action = () => UI.SexStatusWindow.ToggleWindow(this)
};
}