This commit is contained in:
2025-10-14 07:50:27 -04:00
parent 6a184dfd77
commit e212116564
7 changed files with 127 additions and 91 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 = 'icons'
DEFAULT_ICON_PATH = ''
def icon_path(icon_basename: str = DEFAULT_ICON):