From 981de23b8b8e348e2bc05f93aa07cd5774415fcd Mon Sep 17 00:00:00 2001 From: sleevezipper Date: Sat, 9 Jan 2021 21:53:15 +0100 Subject: [PATCH] fix switch indenting --- UserInterface/Views/AddSensorDialog.axaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UserInterface/Views/AddSensorDialog.axaml.cs b/UserInterface/Views/AddSensorDialog.axaml.cs index 20e659a..10d50da 100644 --- a/UserInterface/Views/AddSensorDialog.axaml.cs +++ b/UserInterface/Views/AddSensorDialog.axaml.cs @@ -152,7 +152,8 @@ namespace UserInterface.Views item.ShowQueryInput = false; item.ShowWindowNameInput = false; item.UpdateInterval = 5; - break; default: + break; + default: item.Description = null; item.MoreInfoLink = null; item.ShowQueryInput = false;