Skip to content

Commit

Permalink
Add search subdirectories to right click settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Jan 28, 2025
1 parent 6b476ed commit 1904d3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/PicView.Avalonia/Views/MainView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,16 @@
Width="12" />
</MenuItem.Icon>

<!-- Toggle Subdirectories -->
<MenuItem
Command="{CompiledBinding ToggleSubdirectoriesCommand}"
Header="{CompiledBinding SearchSubdirectory,
Mode=OneWay}"
IsChecked="{Binding IsIncludingSubdirectories}"
ToggleType="CheckBox" />

<Separator />

<!-- Toggle looping -->
<MenuItem
Header="{CompiledBinding GetIsLoopingTranslation,
Expand Down

0 comments on commit 1904d3c

Please sign in to comment.