You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added an update check upon plugin boot. If an update is found the user is prompted to download & install automatically or open website and download and install manually
patchNotes=f"A new version of {PLUGIN_NAME} is available and ready to Download.\nThis may include Bug Fixes and or New Features\n\nPatch Notes\n{PLUGIN_RELEASE_INFO['patchnotes']}"
295
+
elifPLUGIN_RELEASE_INFO['patchnotes'] =="":
296
+
patchNotes=f"A new version of {PLUGIN_NAME} is available and ready to Download.\nThis may include Bug Fixes and or New Features"
0 commit comments