MikeSiLVO / script.skinshortcuts

GNU General Public License v2.0
18 stars 21 forks source link

Additional Properties not saved #4

Closed MikeSiLVO closed 5 years ago

MikeSiLVO commented 5 years ago

Setting menu icon, background and infoline works on Py2 but not Py3

Icon change works for main menu but management dialog doesn't update image.

MikeSiLVO commented 5 years ago

.properties file is updated but the script-skinshortcuts-includes.xml file is not.

No properties are being written to the file. The properties do update in the management dialog but not after exiting and reentering...

Edit: icon is working on py3. Maybe because it is thumb and not a property...

MikeSiLVO commented 5 years ago

Onclick and <property name="path"> also update so it is just the additional properties.

MikeSiLVO commented 5 years ago

Ok fixed this with https://github.com/mikesilvo164/script.skinshortcuts/commit/323aca19ceb28131473a3948767580f8b64dd624

MikeSiLVO commented 5 years ago

Now to fix the management dialog not updating the icon...