Stickers: replaced haptics option with double-click tab action

This commit is contained in:
NotAKidoS 2024-08-25 22:29:17 -05:00
parent 33a99dac8a
commit 30edef14e5
7 changed files with 37 additions and 7 deletions

View file

@ -50,6 +50,9 @@ public static class ModSettings
internal static readonly MelonPreferences_Entry<KeyBind> Entry_PlaceBinding =
Category.CreateEntry("place_binding", KeyBind.G, "Sticker Bind", "The key binding to place stickers.");
internal static readonly MelonPreferences_Entry<TabDoubleClick> Entry_TabDoubleClick =
Category.CreateEntry("tab_double_click", TabDoubleClick.ToggleStickerMode, "Tab Double Click", "The action to perform when double clicking the Stickers tab.");
internal static readonly MelonPreferences_Entry<string[]> Hidden_SelectedStickerNames =
Category.CreateEntry("selected_sticker_name", Array.Empty<string>(),
display_name: "Selected Sticker Name",