mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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
|
||||
|
||||
# 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
|
||||
# as possible.
|
||||
# Remember that this name (i.e. plugins/interface_demo) is also
|
||||
# in a global namespace, so make it as unique as possible.
|
||||
# You should always prefix your config file name with plugins/,
|
||||
# so as to ensure you dont accidentally clobber a calibre config file
|
||||
prefs = JSONConfig('plugins/interface_demo')
|
||||
|
Loading…
x
Reference in New Issue
Block a user