From ebd9dc607bf59ab05177ceccff665ab4328011f1 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sun, 2 Apr 2023 12:43:52 -0400 Subject: [PATCH] Add setting to show process ID --- App.config | 3 +++ Options/GeneralOptionsPanel.xaml | 31 +++++++++++++++++++++-------- Options/GeneralOptionsPanel.xaml.cs | 4 ++++ Properties/Resources.Designer.cs | 20 ++++++++++++++++++- Properties/Resources.resx | 8 +++++++- Properties/Settings.Designer.cs | 12 +++++++++++ Properties/Settings.settings | 3 +++ WindowSource.cs | 2 +- 8 files changed, 72 insertions(+), 11 deletions(-) diff --git a/App.config b/App.config index 6e50766..174f2fe 100644 --- a/App.config +++ b/App.config @@ -29,6 +29,9 @@ True + + False + \ No newline at end of file diff --git a/Options/GeneralOptionsPanel.xaml b/Options/GeneralOptionsPanel.xaml index 886edcd..8c50e61 100644 --- a/Options/GeneralOptionsPanel.xaml +++ b/Options/GeneralOptionsPanel.xaml @@ -15,6 +15,7 @@ + @@ -23,20 +24,34 @@ Name="StartWithWindows" VerticalAlignment="Top" VerticalContentAlignment="Center" + Grid.Column="0" + Grid.Row="0" Grid.ColumnSpan="2" /> -