From 7dffd7f0f02f74d02e04a02e187d36854c3b808a Mon Sep 17 00:00:00 2001 From: Martin Kaltenbrunner Date: Mon, 26 Jun 2017 15:04:56 +0200 Subject: [PATCH] turn feedback off by default and fix setting reading --- .gitignore | 4 +++- App.config | 2 +- MainWindow.xaml | 2 +- MainWindow.xaml.cs | 3 +-- Properties/AssemblyInfo.cs | 2 +- Properties/Settings.Designer.cs | 2 +- Properties/Settings.settings | 2 +- TouchInjector.csproj | 4 +++- bin/Release/TouchInjector.exe | Bin 1030144 -> 1030144 bytes bin/Release/TouchInjector.exe.config | 2 +- bin/Release/TouchInjector.pdb | Bin 73216 -> 0 bytes 11 files changed, 13 insertions(+), 10 deletions(-) delete mode 100755 bin/Release/TouchInjector.pdb diff --git a/.gitignore b/.gitignore index a7be957..c25ef16 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.user +*.pdb + obj -/bin/Debug/** \ No newline at end of file +/bin/Debug/** diff --git a/App.config b/App.config index 20348bc..77a99e2 100755 --- a/App.config +++ b/App.config @@ -14,7 +14,7 @@ 3333 - True + False diff --git a/MainWindow.xaml b/MainWindow.xaml index 4579f16..23cc7de 100755 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -40,7 +40,7 @@