Add junk folder empty action and refresh package versions

This commit is contained in:
Burak Kaan Köse
2026-04-18 15:34:14 +02:00
parent 90cb5f86b3
commit 2a93600ede
3 changed files with 38 additions and 10 deletions
@@ -246,6 +246,14 @@
Grid.Row="1"
Grid.Column="2"
Orientation="Horizontal">
<Button
Background="Transparent"
BorderThickness="0"
Command="{x:Bind ViewModel.EmptyFolderCommand}"
ToolTipService.ToolTip="{x:Bind domain:Translator.FolderOperation_Empty}"
Visibility="{x:Bind ViewModel.IsEmptyFolderButtonVisible, Mode=OneWay}">
<coreControls:WinoFontIcon FontSize="18" Icon="EmptyFolder" />
</Button>
<Button
Width="36"
Height="36"