close task invalidate tx

This commit is contained in:
2026-01-09 16:46:22 -04:00
parent d2280969de
commit a918c5564d
5 changed files with 28 additions and 41 deletions

View File

@@ -2,7 +2,7 @@ import os
PLUGIN_DIR = os.path.split(os.path.realpath(__file__))[0]
DEFAULT_ICON = "bal32x32.png"
DEFAULT_ICON_PATH = ""
DEFAULT_ICON_PATH = "icons"
def icon_path(icon_basename: str = DEFAULT_ICON):