add blank lines for readability

This commit is contained in:
mshafer1
2024-12-21 08:03:23 -06:00
parent 934edb79eb
commit fa455baa57
2 changed files with 19 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ namespace ntfysh_client
}
else
{
_notificationDialog.ShowNotification(
title: finalTitle,
message: e.Message,
@@ -341,6 +342,8 @@ namespace ntfysh_client
older.ReconnectAttempts = newer.ReconnectAttempts;
older.ReconnectAttemptDelay = newer.ReconnectAttemptDelay;
}
//Apply settings introduced in Revision 2 (Native vs custom notifications)
if (older.Revision < 2)
{
older.UseNativeWindowsNotifications = newer.UseNativeWindowsNotifications;