Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-04-10 14:07:25 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-04-10 14:07:25 +0300
commitd317dcc9a673c6928ca61efc8e34fe2618b90215 (patch)
tree4169c0ff17e2bca09fd2c0278d2525d7be19edde /MainForm.cs
parentf7598533f7629330cb0c8a3e85da02e590badfc0 (diff)
Some fixes
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainForm.cs b/MainForm.cs
index 0ebe2275..65eb5503 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -1158,7 +1158,7 @@ namespace com.clusterrr.hakchi_gui
{
if (Uninstall())
{
- if (ConfigIni.CustomFlashed && MessageBox.Show(Resources.UninstallQ2, Resources.AreYouSure, MessageBoxButtons.YesNo, MessageBoxIcon.Warning)
+ if (/*ConfigIni.CustomFlashed &&*/ MessageBox.Show(Resources.UninstallQ2, Resources.AreYouSure, MessageBoxButtons.YesNo, MessageBoxIcon.Warning)
== System.Windows.Forms.DialogResult.Yes)
{
if (FlashOriginalKernel())