Skip to content

Commit 166d755

Browse files
committed
feat: upgrade proj to 2.11.3
1 parent b4b3452 commit 166d755

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

optimizerDuck/UI/Pages/ScheduledTasksPage.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@
339339
Appearance="Transparent"
340340
Command="{Binding DataContext.ViewModel.ViewDetailsCommand, RelativeSource={RelativeSource AncestorType=Page}}"
341341
CommandParameter="{Binding}"
342+
Cursor="Hand"
342343
Icon="{ui:SymbolIcon Info24,
343344
FontSize=16}"
344345
ToolTip="{ext:Loc ScheduledTasks.Action.Details}" />
@@ -349,6 +350,7 @@
349350
Appearance="Transparent"
350351
Command="{Binding DataContext.ViewModel.RunTaskCommand, RelativeSource={RelativeSource AncestorType=Page}}"
351352
CommandParameter="{Binding}"
353+
Cursor="Hand"
352354
Icon="{ui:SymbolIcon Play24,
353355
FontSize=16}"
354356
ToolTip="{ext:Loc ScheduledTasks.Action.Run}">
@@ -370,6 +372,7 @@
370372
Appearance="Transparent"
371373
Command="{Binding DataContext.ViewModel.StopTaskCommand, RelativeSource={RelativeSource AncestorType=Page}}"
372374
CommandParameter="{Binding}"
375+
Cursor="Hand"
373376
Icon="{ui:SymbolIcon Stop24,
374377
FontSize=16}"
375378
ToolTip="{ext:Loc ScheduledTasks.Action.Stop}"
@@ -380,6 +383,7 @@
380383
Appearance="Transparent"
381384
Command="{Binding DataContext.ViewModel.DeleteTaskCommand, RelativeSource={RelativeSource AncestorType=Page}}"
382385
CommandParameter="{Binding}"
386+
Cursor="Hand"
383387
Icon="{ui:SymbolIcon Delete24,
384388
FontSize=16}"
385389
ToolTip="{ext:Loc ScheduledTasks.Action.Delete}" />

optimizerDuck/optimizerDuck.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<Authors>fatDuck</Authors>
1010
<ApplicationIcon>Logo.ico</ApplicationIcon>
1111
<Company>fatDuck</Company>
12-
<FileVersion>2.10.1</FileVersion>
13-
<Version>2.10.1</Version>
12+
<FileVersion>2.11.3</FileVersion>
13+
<Version>2.11.3</Version>
1414
<Product>optimizerDuck</Product>
1515
<Copyright>Copyright fatDuck 2026</Copyright>
1616
<AssemblyTitle>optimizerDuck</AssemblyTitle>

0 commit comments

Comments
 (0)