Add field to control if Icon uses rounded mask

This commit is contained in:
Garulf 2022-08-30 04:26:22 -04:00
parent c74eafb9d5
commit 239c9d7a93

View file

@ -66,6 +66,10 @@ namespace Flow.Launcher.Plugin
}
}
}
/// <summary>
/// Determines if Icon has a border radius
/// </summary>
public bool RoundedIcon { get; set; } = false;
/// <summary>
/// Delegate function, see <see cref="Icon"/>