mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c293a273ca
commit
130033cf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ namespace Flow.Launcher.Infrastructure.Image
|
|||
var iconPath = urlSection?["IconFile"];
|
||||
if (string.IsNullOrEmpty(iconPath))
|
||||
{
|
||||
throw new FileNotFoundException();
|
||||
throw new FileNotFoundException("Icon file not specified in Internet shortcut (.url) file.");
|
||||
}
|
||||
hBitmap = GetHBitmap(Path.GetFullPath(iconPath), width, height, options);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue