store values in integer instead of booleans
This commit is contained in:
parent
c23edbc41e
commit
dcfae72688
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ class QVideoob(QtApplication):
|
|||
APPNAME = 'qvideoob'
|
||||
VERSION = '1.0'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
CONFIG = {'settings': {'nsfw': True,
|
||||
'sfw': True,
|
||||
CONFIG = {'settings': {'nsfw': 1,
|
||||
'sfw': 1,
|
||||
'sortby': 0,
|
||||
'backend': ''
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue