TouchPortalPluginSDK icon indicating copy to clipboard operation
TouchPortalPluginSDK copied to clipboard

[API 7] Setting tooltip

Open ChristopheCVB opened this issue 1 year ago • 1 comments

Add annotation param tooltip to Setting

    public @interface Tooltip {
        String title() default "";
        String body();
        String docUrl() default "";
    }
    Tooltip tooltip() default @Tooltip(body = "");

ChristopheCVB avatar Oct 05 '23 17:10 ChristopheCVB

I merged the PR but Unit Tests are lacking :/

ChristopheCVB avatar Oct 26 '23 08:10 ChristopheCVB