[qcineoob] thumbnails resize, showThumbnailCheck state saved in config

This commit is contained in:
Julien Veyssier 2013-03-26 16:21:30 +01:00
commit 971ea3346a
5 changed files with 9 additions and 4 deletions

View file

@ -34,7 +34,8 @@ class QCineoob(QtApplication):
SHORT_DESCRIPTION = "search movies, people, torrent and subtitles"
CAPS = ICapCinema, ICapTorrent, ICapSubtitle
CONFIG = {'settings': {'backend': '',
'maxresultsnumber': '10'
'maxresultsnumber': '10',
'showthumbnails': '0'
}
}