From 0f9ea25b512bd4055a9b6716c1857ec3e152e958 Mon Sep 17 00:00:00 2001 From: Sayter99 Date: Wed, 30 Aug 2017 17:01:25 +0800 Subject: [PATCH] change default folder to Desktop --- 86ME/ScratchProperty.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/86ME/ScratchProperty.cs b/86ME/ScratchProperty.cs index 248ab5e..466c352 100644 --- a/86ME/ScratchProperty.cs +++ b/86ME/ScratchProperty.cs @@ -27,7 +27,7 @@ public ScratchProperty(Dictionary lang_dic) InitializeComponent(); this.btBaudComboBox.SelectedIndex = 0; this.btPortComboBox.SelectedIndex = 0; - this.pathMaskedTextBox.Text = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments); + this.pathMaskedTextBox.Text = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory); this.bt_groupBox.Enabled = false; this.sp_lang_dic = lang_dic; }