TouchPortalPluginSDK icon indicating copy to clipboard operation
TouchPortalPluginSDK copied to clipboard

[API 7] SubCategory

Open ChristopheCVB opened this issue 1 year ago • 0 comments

Inside Category.java

    public @interface SubCategory {
        String name();
        String iconRelativePath() default "";

        String id();
    }

    SubCategory[] subCategories() default {};

ChristopheCVB avatar Oct 05 '23 18:10 ChristopheCVB