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.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/UVtools.WPF/MainWindow.axaml.cs b/UVtools.WPF/MainWindow.axaml.cs
index 07fc6f5..84d074a 100644
--- a/UVtools.WPF/MainWindow.axaml.cs
+++ b/UVtools.WPF/MainWindow.axaml.cs
@@ -198,6 +198,14 @@ namespace UVtools.WPF
},
new()
{
+ Tag = new OperationDynamicLifts(),
+ Icon = new Avalonia.Controls.Image
+ {
+ Source = new Bitmap(App.GetAsset("/Assets/Icons/angle-double-up-16x16.png"))
+ }
+ },
+ new()
+ {
Tag = new OperationLayerReHeight(),
Icon = new Avalonia.Controls.Image
{
@@ -316,6 +324,14 @@ namespace UVtools.WPF
Source = new Bitmap(App.GetAsset("/Assets/Icons/trash-16x16.png"))
}
},
+ new()
+ {
+ Tag = new OperationLayerExportGif(),
+ Icon = new Avalonia.Controls.Image
+ {
+ Source = new Bitmap(App.GetAsset("/Assets/Icons/gif-16x16.png"))
+ }
+ },
};
#region DataSets