Skip to content

Commit 7bb5ddc

Browse files
committed
fix: Can no longer preview nothing
1 parent 70d7476 commit 7bb5ddc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

QuestEditor.Designer.cs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuestEditor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ private void loadQuest (string fileName)
7474
textBox6.Text = displayQuest.failureConditions;
7575
textBox7.Text = displayQuest.questContractor;
7676
textBox8.Text = displayQuest.questDescription;
77+
78+
button3.Enabled = true;
7779
}
7880

7981
private void LoadIfExists(string questId, string meta)

0 commit comments

Comments
 (0)