Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.WPF/MainWindow.axaml.cs')
-rw-r--r--UVtools.WPF/MainWindow.axaml.cs10
1 files changed, 9 insertions, 1 deletions
diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs
index d0ffafc..14750fc 100644
--- a/UVtools.WPF/MainWindow.axaml.cs
+++ b/UVtools.WPF/MainWindow.axaml.cs
@@ -338,7 +338,15 @@ namespace UVtools.WPF
Tag = new OperationLayerExportGif(),
Icon = new Avalonia.Controls.Image
{
- Source = new Bitmap(App.GetAsset("/Assets/Icons/gif-16x16.png"))
+ Source = new Bitmap(App.GetAsset("/Assets/Icons/file-gif-16x16.png"))
+ }
+ },
+ new()
+ {
+ Tag = new OperationLayerExportHeatMap(),
+ Icon = new Avalonia.Controls.Image
+ {
+ Source = new Bitmap(App.GetAsset("/Assets/Icons/file-image-16x16.png"))
}
},
};