File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6645,6 +6645,7 @@ public static float ButtonDistance
66456645 public static int LastPage => ( DisplayedItemCount + PageSize - 1 ) / PageSize - 1 ;
66466646
66476647 [ Obsolete ( "currentCategoryIndex is obsolete. Use Buttons.CurrentCategoryIndex instead." ) ]
6648+ #pragma warning disable IDE1006 // Naming Styles
66486649 public static int currentCategoryIndex
66496650 {
66506651 get => Buttons . CurrentCategoryIndex ;
@@ -6657,6 +6658,7 @@ public static string currentCategoryName
66576658 get => Buttons . CurrentCategoryName ;
66586659 set => Buttons . CurrentCategoryName = value ;
66596660 }
6661+ #pragma warning restore IDE1006 // Naming Styles
66606662
66616663 public static int pageOffset ;
66626664 public static int pageNumber ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class PluginInfo
2626 public const string GUID = "org.iidk.gorillatag.iimenu" ;
2727 public const string Name = "ii's Stupid Menu" ;
2828 public const string Description = "Created by @crimsoncauldron with love <3" ;
29- public const string BuildTimestamp = "2026-02-13T18:08:58Z " ;
29+ public const string BuildTimestamp = "2026-02-13T18:10:34Z " ;
3030 public const string Version = "8.2.4" ;
3131
3232 public const string BaseDirectory = "iisStupidMenu" ;
You can’t perform that action at this time.
0 commit comments