Add gui for photo renamer

This commit is contained in:
2023-09-11 22:23:34 +02:00
parent 182813bd21
commit 43a2d756dc
12 changed files with 190 additions and 16 deletions

10
PhotoRenamerGui/App.axaml Normal file
View File

@ -0,0 +1,10 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="PhotoRenamerGui.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>