[feat:] word count (per task and total) integrated

This commit is contained in:
Elias Fierke
2025-03-22 18:42:52 +01:00
parent 1997c14890
commit d2de5974c3
4 changed files with 54 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
</StackPanel>
<Label x:Name="LblFilename" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0,0,0,0" Content="Ungespeichert *" />
<Button Content="(i)" Click="OnInfoClick" x:Name="BtnInfo" HorizontalAlignment="Right" Margin="0,0,35,0" />
<Button Content="Dark Mode" Click="OnDarkModeClick" x:Name="BtnTheme" HorizontalAlignment="Right" Margin="0,0,0,0" />
</Grid>
</Border>