From 15acf36a94ab4ad4ec00ab74851d8751625d1745 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 2 Nov 2022 12:32:37 +0200 Subject: small fix on PPC publisher. --- Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs index 3138f2d69..4e3f5c6cd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs @@ -236,7 +236,7 @@ namespace Tango.PPC.Publisher.UI IsFree = false; SettingsManager.Default.Save(); - if (String.IsNullOrWhiteSpace(Options.Tag)) + if (String.IsNullOrWhiteSpace(Options.Tag) && Options.Tag != null) { Options.Tag = null; } -- cgit v1.3.1