Skip to content

Commit

Permalink
Merge pull request #311 from chris4512/master
Browse files Browse the repository at this point in the history
The "Screenshot on Low Life"-Checkbox is initialised now
  • Loading branch information
Mytherin authored Feb 11, 2017
2 parents 5268fa6 + 4a7abe4 commit b725f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tibialyzer/Tabs/ScreenshotTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public void InitializeSettings() {
this.screenshotAdvanceCheckbox.Checked = SettingsManager.getSettingBool("AutoScreenshotAdvance");
this.screenshotOnRareItemCheckbox.Checked = SettingsManager.getSettingBool("AutoScreenshotItemDrop");
this.screenshotDeathCheckbox.Checked = SettingsManager.getSettingBool("AutoScreenshotDeath");
this.screenshotLowLifeCheckbox.Checked = SettingsManager.getSettingBool("AutoScreenshotLowLife");
this.screenshotValueBox.Text = SettingsManager.getSettingString("ScreenshotRareItemValue");

this.enableScreenshotCheckbox.Checked = SettingsManager.getSettingBool("EnableScreenshots");
Expand Down

0 comments on commit b725f4f

Please sign in to comment.