Calendar crashes fix.

This commit is contained in:
Burak Kaan Köse
2026-03-12 12:10:23 +01:00
parent 861b991eee
commit fd13f2eba5
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
"Wino.Mail.WinUI (Package)": { "Wino.Mail.WinUI (Package)": {
"commandName": "MsixPackage", "commandName": "MsixPackage",
"doNotLaunchApp": false, "doNotLaunchApp": false,
"nativeDebugging": true "nativeDebugging": false
}, },
"Wino.Mail.WinUI (Unpackaged)": { "Wino.Mail.WinUI (Unpackaged)": {
"commandName": "Project" "commandName": "Project"
+1 -1
View File
@@ -187,7 +187,7 @@ public sealed partial class WinoAppShell : Views.Abstract.WinoAppShellAbstract,
if (ViewModel.IsCalendarMode) if (ViewModel.IsCalendarMode)
{ {
ViewModel.StatePersistenceService.CoreWindowTitle = ViewModel.CalendarClient.HighlightedDateRange?.ToString() ?? string.Empty; ViewModel.StatePersistenceService.CoreWindowTitle = ViewModel.StatePersistenceService.AppModeTitle;
return; return;
} }