support thumbnails in file managers

This commit is contained in:
Milan Nikolic
2016-01-22 17:17:43 +01:00
parent 68e868944b
commit 2c5bc9e21d
6 changed files with 39 additions and 10 deletions

View File

@@ -257,6 +257,7 @@ func (c *Comics) SetEnabled(b bool) {
c.Root.ObjectByName("checkBoxNoRGB").Set("enabled", b)
c.Root.ObjectByName("checkBoxConvertCover").Set("enabled", b)
c.Root.ObjectByName("spinboxSize").Set("enabled", b)
c.Root.ObjectByName("buttonLevels").Set("enabled", b)
c.Root.ObjectByName("sliderBrightness").Set("enabled", b)
c.Root.ObjectByName("sliderContrast").Set("enabled", b)
c.Root.ObjectByName("checkBoxGrayscale").Set("enabled", b)