diff --git a/LRReader.Shared/ViewModels/Base/TankoubonBaseViewModel.cs b/LRReader.Shared/ViewModels/Base/TankoubonBaseViewModel.cs index 2c97792c..0a0cf253 100644 --- a/LRReader.Shared/ViewModels/Base/TankoubonBaseViewModel.cs +++ b/LRReader.Shared/ViewModels/Base/TankoubonBaseViewModel.cs @@ -58,6 +58,7 @@ private async Task Delete() { WeakReferenceMessenger.Default.Send(new DeleteTankoubonMessage(Tankoubon)); Tabs.CloseTabWithId("Tankoubon_" + Tankoubon.id); + Tabs.CloseTabWithId("TankoubonEdit_" + Tankoubon.id); await TankoubonsProvider.DeleteTankoubon(Tankoubon.id); } } diff --git a/LRReader.UWP/Assets/Other/Ko-fi.png b/LRReader.UWP/Assets/Other/Ko-fi.png deleted file mode 100644 index 70c4ac54..00000000 Binary files a/LRReader.UWP/Assets/Other/Ko-fi.png and /dev/null differ diff --git a/LRReader.UWP/LRReader.UWP.csproj b/LRReader.UWP/LRReader.UWP.csproj index 56cd4cb4..3c9b65b1 100644 --- a/LRReader.UWP/LRReader.UWP.csproj +++ b/LRReader.UWP/LRReader.UWP.csproj @@ -360,7 +360,6 @@ - @@ -448,7 +447,7 @@ - 0.1.240731-build.1703 + 0.1.240801-build.1708 8.0.240109 diff --git a/LRReader.UWP/Strings/en/Settings.resw b/LRReader.UWP/Strings/en/Settings.resw index f1eb49a6..eca5ff1e 100644 --- a/LRReader.UWP/Strings/en/Settings.resw +++ b/LRReader.UWP/Strings/en/Settings.resw @@ -132,7 +132,7 @@ Source code, suggestions and support - + Donations diff --git a/LRReader.UWP/Strings/es/Settings.resw b/LRReader.UWP/Strings/es/Settings.resw index 2868ea45..2ca5999d 100644 --- a/LRReader.UWP/Strings/es/Settings.resw +++ b/LRReader.UWP/Strings/es/Settings.resw @@ -132,7 +132,7 @@ Código fuente, sugerencias y soporte técnico - + Donaciones diff --git a/LRReader.UWP/Strings/ru/Settings.resw b/LRReader.UWP/Strings/ru/Settings.resw index 18ac7619..4ac5d26c 100644 --- a/LRReader.UWP/Strings/ru/Settings.resw +++ b/LRReader.UWP/Strings/ru/Settings.resw @@ -132,7 +132,7 @@ Исходный код, предложения и поддержка - + Пожертвования diff --git a/LRReader.UWP/Strings/zh-cn/Settings.resw b/LRReader.UWP/Strings/zh-cn/Settings.resw index c6431146..7c169ecc 100644 --- a/LRReader.UWP/Strings/zh-cn/Settings.resw +++ b/LRReader.UWP/Strings/zh-cn/Settings.resw @@ -132,7 +132,7 @@ 源代码、建议和支持 - + 捐赠 diff --git a/LRReader.UWP/Views/Content/Settings/About.xaml b/LRReader.UWP/Views/Content/Settings/About.xaml index 23b4d411..60d69ed0 100644 --- a/LRReader.UWP/Views/Content/Settings/About.xaml +++ b/LRReader.UWP/Views/Content/Settings/About.xaml @@ -56,11 +56,11 @@ + CommandParameter="https://github.com/sponsors/Guerra24" IsButton="True" RightGlyph=""> - + diff --git a/LRReader.UWP/Views/Tabs/TankoubonTab.xaml b/LRReader.UWP/Views/Tabs/TankoubonTab.xaml index 49730d89..7b1e5549 100644 --- a/LRReader.UWP/Views/Tabs/TankoubonTab.xaml +++ b/LRReader.UWP/Views/Tabs/TankoubonTab.xaml @@ -19,11 +19,18 @@ - + + + + diff --git a/LRReader.UWP/packages.lock.json b/LRReader.UWP/packages.lock.json index ce34a052..40762bcb 100644 --- a/LRReader.UWP/packages.lock.json +++ b/LRReader.UWP/packages.lock.json @@ -4,9 +4,9 @@ "UAP,Version=v10.0.17763": { "CommunityToolkit.Labs.Uwp.TokenView": { "type": "Direct", - "requested": "[0.1.240731-build.1703, )", - "resolved": "0.1.240731-build.1703", - "contentHash": "YqR0HNFKfSi1D1l1u8a9fewDH6riy5kt1euDyvKHeEPQL5rPrl37ycJDkx2fnJvBcEjQGJWZeYQkUEnaS5KmSQ==", + "requested": "[0.1.240801-build.1708, )", + "resolved": "0.1.240801-build.1708", + "contentHash": "aZd4w5obnxmVYAje5Ff/At+9hpB2Eyj+yphrHUjPYGXJbxUuVcv1IIAnH8CIz5SuKTNuvklbGCSAecAAV1BhQQ==", "dependencies": { "CommunityToolkit.Uwp.Controls.Primitives": "8.0.230907", "CommunityToolkit.Uwp.Extensions": "8.0.230907",