fix(DD2Switcher): improve settings loading logging and update keybind textbox with current value
This commit is contained in:
@@ -82,7 +82,7 @@ namespace DD2Switcher {
|
||||
this.sequenceKeybindTextBox.Name = "sequenceKeybindTextBox";
|
||||
this.sequenceKeybindTextBox.Size = new System.Drawing.Size(111, 20);
|
||||
this.sequenceKeybindTextBox.TabIndex = 1;
|
||||
this.sequenceKeybindTextBox.Text = "F1";
|
||||
this.sequenceKeybindTextBox.Text = Program.SequenceKeybind.ToString();
|
||||
this.sequenceKeybindTextBox.Leave += new System.EventHandler(this.sequenceKeybindTextBox_Leave);
|
||||
//
|
||||
// sequenceKeybindLabel
|
||||
|
||||
Reference in New Issue
Block a user