mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a3e095b2c6
commit
4dee0cdd6b
@ -12,8 +12,8 @@ from PyQt4.Qt import QWidget, QHBoxLayout, QLabel, QLineEdit
|
|||||||
from calibre.utils.config import JSONConfig
|
from calibre.utils.config import JSONConfig
|
||||||
|
|
||||||
# This is where all preferences for this plugin will be stored
|
# This is where all preferences for this plugin will be stored
|
||||||
# Remember that this name is also in a global namespace, so make it as unique
|
# Remember that this name (i.e. plugins/interface_demo) is also
|
||||||
# as possible.
|
# in a global namespace, so make it as unique as possible.
|
||||||
# You should always prefix your config file name with plugins/,
|
# You should always prefix your config file name with plugins/,
|
||||||
# so as to ensure you dont accidentally clobber a calibre config file
|
# so as to ensure you dont accidentally clobber a calibre config file
|
||||||
prefs = JSONConfig('plugins/interface_demo')
|
prefs = JSONConfig('plugins/interface_demo')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user