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:
authorDaniel <DanTheMan827@users.noreply.github.com>2017-11-10 22:07:52 +0300
committerDaniel <DanTheMan827@users.noreply.github.com>2017-11-10 22:07:52 +0300
commit9362198698e0416d130ebd2ddea95abda558a7f3 (patch)
tree7f2cf9c2dafa56a64314f23f25aa865dd94da28a /MainForm.Designer.cs
parentf95dfc0e02610fecb5981120d121ab7b4626a8ac (diff)
Export-only mode when shift is held while clicking the sync button
Diffstat (limited to 'MainForm.Designer.cs')
-rw-r--r--MainForm.Designer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs
index 17653bb5..f45a6808 100644
--- a/MainForm.Designer.cs
+++ b/MainForm.Designer.cs
@@ -153,6 +153,7 @@
this.openDumpFileDialog = new System.Windows.Forms.OpenFileDialog();
this.listViewGames = new System.Windows.Forms.ListView();
this.gameName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.exportFolderDialog = new System.Windows.Forms.FolderBrowserDialog();
this.menuStrip.SuspendLayout();
this.groupBoxOptions.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxArt)).BeginInit();
@@ -1198,6 +1199,7 @@
private System.Windows.Forms.ToolStripMenuItem donateToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem dumpNANDCPartitionToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem flashNANDCPartitionToolStripMenuItem;
+ private System.Windows.Forms.FolderBrowserDialog exportFolderDialog;
}
}