Hi! noob question about names
So... yea... as the title said, I'm new with calibre plugin api, I think I have an idea of mostly everything except one thing...
In the example code of the documentation the ui.py file has this line:
name = 'Interface Plugin Demo'
I don't seem to be able to modify it in any way without the UI unloading although my settings are still accesible.
I'm really confused because I have already changed the name in my __init__.py and modified everything with the string or name "Interface Plugin Demo" and it works, except when I touch that single line in ui.py
why does this happen?
|