beutl icon indicating copy to clipboard operation
beutl copied to clipboard

Extensionの表示名の指定を属性にする

Open yuto-trd opened this issue 1 year ago • 0 comments

属性が指定されていない場合、型名を使う。

public abstract class Extension
{
-    public abstract string Name { get; }
-    public abstract string DisplayName { get; }

yuto-trd avatar Aug 23 '23 03:08 yuto-trd