You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced playerlist style pref with Enum pref, added fallback to ensure playerlist button will always appear, fixed initial currentPageBTK being set to MainPage instead of CVRMainQM.
@@ -51,7 +51,7 @@ public override void OnInitializeMelon()
51
51
_mlPrefsPage.HideTab=b1;
52
52
});
53
53
54
-
PlayerListStyle=MelonPreferences.CreateEntry("BTKUILib","PlayerListPosition","Tab Bar","PlayerList Button Position","Sets where the playerlist button will appear");
54
+
PlayerListStyle=MelonPreferences.CreateEntry("BTKUILib","PlayerListStyleNew",PlayerListStyleEnum.TabBar,"PlayerList Button Style","Sets where the playerlist button will appear");
_playerListButtonStyle=newMultiSelection("PlayerList Button Position",_playerListOptions,Array.FindIndex(_playerListOptions, x =>x.Contains(PlayerListStyle.Value)));
0 commit comments