From 7897805fcbe7b77d640a1403805a6b5084a5144a Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Mon, 6 Nov 2023 21:59:15 -0500 Subject: [PATCH] WinUI - Flyout for AddSyncLyric --- .../org.nickvision.tagger.metainfo.xml.in | 3 +- NickvisionTagger.WinUI/App.xaml.cs | 2 +- .../Views/LyricsDialog.xaml | 14 +++++++-- .../Views/LyricsDialog.xaml.cs | 30 +++++++++---------- 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in b/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in index ad943896..9dd04cad 100644 --- a/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in +++ b/NickvisionTagger.Shared/org.nickvision.tagger.metainfo.xml.in @@ -41,7 +41,8 @@ -

- Fixed an issue where specifying the directory separator in Tag to File Name when Limit Filename Characters was enabled caused new directories to not be made

+

- On GNOME, fixed an issue where specifying the directory separator in Tag to File Name when Limit Filename Characters was enabled caused new directories to not be made

+

- On WinUI, improved the UX of the Lyrics dialog

- Updated translations (Thanks everyone on Weblate!)

diff --git a/NickvisionTagger.WinUI/App.xaml.cs b/NickvisionTagger.WinUI/App.xaml.cs index 54580ee2..c580ce50 100644 --- a/NickvisionTagger.WinUI/App.xaml.cs +++ b/NickvisionTagger.WinUI/App.xaml.cs @@ -23,7 +23,7 @@ public App() InitializeComponent(); _controller = new MainWindowController(Array.Empty()); _controller.AppInfo.Changelog = - @"- Improved the UX of the LyricsDialog + @"- Improved the UX of the Lyrics dialog - Updated translations (Thanks everyone on Weblate!)"; if (_controller.Theme != Theme.System) { diff --git a/NickvisionTagger.WinUI/Views/LyricsDialog.xaml b/NickvisionTagger.WinUI/Views/LyricsDialog.xaml index 96f59b3b..2f91dfb0 100644 --- a/NickvisionTagger.WinUI/Views/LyricsDialog.xaml +++ b/NickvisionTagger.WinUI/Views/LyricsDialog.xaml @@ -11,7 +11,7 @@ mc:Ignorable="d" Style="{StaticResource DefaultContentDialogStyle}" DefaultButton="Primary" Loaded="Dialog_Loaded"> - + @@ -64,7 +64,7 @@ -