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'
|
APPNAME = 'qvideoob'
|
||||||
VERSION = '1.0'
|
VERSION = '1.0'
|
||||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||||
CONFIG = {'settings': {'nsfw': True,
|
CONFIG = {'settings': {'nsfw': 1,
|
||||||
'sfw': True,
|
'sfw': 1,
|
||||||
'sortby': 0,
|
'sortby': 0,
|
||||||
'backend': ''
|
'backend': ''
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue