mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add field to control if Icon uses rounded mask
This commit is contained in:
parent
c74eafb9d5
commit
239c9d7a93
1 changed files with 4 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue